html, body 
	{
		margin: 0px;
  		padding: 0px;
		border: 0px;
		width: 750;
		text_align: center;
	} 

div#centerfixed /* center fixed contents of div */
	{
  		width: 750px;
		margin-left: auto;
		margin-right: auto;
  		text-align: left;
	}
div#mainliquid  /* center for liquid layout contents of div */
	{
		margin-left: 15%;
		margin-right: 15%
	}

h1,h2,h3,h4, h5, h6
	{
		color: #000080;
		/* comment: colour is navy blue */
		font-family: arial, verdana, "comic sans ms";
	}

hr 
	{
		color: #800000
		/* Comment: color is maroon*/
		width: 75%
		align: center  
	}

p,ol
	{
		color: #000080;
		/* comment: color is navy blue */
		font-family: arial, verdana, "comic sans ms"
		font-size: 16pt;
font-weight: bold;
		font-indent: 0mm;
	}

address
	{
		color: #ffff00;
		/* Comment: Color is yellow */
		font-family: "comic sans ms", arial, 'sans serif';
		margin-left: 10pt;
		font-size: 75%;
	}

p.palignright
	{
		text-align: right
	} 

li
	{
		margin-bottom: 10pt;
		font-family: arial, verdana, "comic sans ms"
		font-size: 14pt;
		font-indent: 25mm;
	}
table, tr, td
	{
		font-size: 14pt;
		font-family: arial, “comic sans ms”, “sans serif”;
		margin-left: 10px;
		border-style:thick;
	}

th , td
	{
		font-size: 14pt;
		font-weight: bold;
		text-align: center;
		text-color: #000080;
		/* Comment: Text color is navy */
		background-color: #c0c0c0;
		/* Comment: background colour is silver */
		margin-bottom: 10pt;
	}

table.centered 
	{
		margin-left: auto;
		margin-right: auto;
	}

CAPTION
	{
		CAPTION-SIDE: TOP;
		font-size: 14pt;
		text-align: center;
		text-color: #000080;
		/* Comment: Text color is navy */
		background-color: #c0c0c0;
		/* Comment: background colour is silver */
	} 

center
	{
		text-align: center;
	}

input:focus, select:focus, textarea:focus 
	{
		background: red;
		color: white;
	}

circle
	{
		list-style-type: circle;
	}

square
	{
		list-style-type: square;
	}

disc
	{
		list-style-type: disc;
	}

decimal
	{
		list-style-type: decimal;
	}

decimal-leading-zero
	{
		list-style-type: decimal-leading-zero;
	}

lower-roman
	{
		list-style-type: lower-roman;
	}

upper-roman
	{
		list-style-type: upper-roman;
	}

lower-alpha
	{
		list-style-type: lower-alpha;
	}

upper-alpha
	{
		list-style-type: upper-alpha;
	}

none
	{
		list-style-type: none;
	}

a:link    
	{
		color: #0000ff;
		/* Comment colour is blue */
	}

a:visited 
	{
		color:#0000ff;
		/* Comment colour is blue */
	}

a:active  
	{
		color: #0000ff;
		/* Comment color is blue */
	}

