.pagecontent
		{
font-family:Verdana, Arial;
font-size:10pt;
padding:10px; 
color:#003366;
		}
BODY{
	font-size: 10 pt; 
	font-family:Arial; 
	color:#052440;
}
body{
	font-size: 10 pt;
	}
p
	{
	font-size: 10 pt;
	color: #003366;
	}
li
	{
	font-size: 10pt;
	}
a:link { 
	color: rgb(11,59,92);
	text-decoration:underline;
 	} /* for unvisited links */
a:visited {
	color: 3366cc;
	 } /* for visited links */
a:hover { 
	color: 000066;
	font-weight:bold;
	text-decoration:none;
	 } /* when mouse is over link */
a:active { 
	color: rgb(255, 0, 102);
	 } /* when link is clicked */