
body { background:#FFFFE0;

     }

table {  width:90%; 
       
       }

h1 { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:18pt;
	color:black;

	}
	
h2 { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:12pt;
	color:black;
	font-weight:bold;

	}

p  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	 font-size:9pt;
	 color:black;
	 line-height:13pt;
	 
	 }

a:link { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#669966;
	text-decoration:none;

	}

a:visited  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#99FF00;
	text-decoration:none;

	}

a:active  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#99FF00;
	text-decoration:none;

	}

a:hover  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#99FF00;
	text-decoration:underline;

	}