
/* basic elements */
body { 


	background: white; 

	font: 10pt/16pt georgia; 
	color: #006600; 
	margin: 0px; 
	}
p { 
	font: 10pt/16pt georgia; 
	color: #000000; 
	margin-top: 0px; 
	}



a:link, a:visited { 
	text-decoration: none; 
	color: #0066ff;
	}

a:hover, a:active { 
	text-decoration: no-underline; 
	color: #ff99ff;
	font-weight : bold;
	}


