
body
{background-color: #FFFFFF
}
p
{font-family: Verdana, Arial, Helvetica, sans-serif;
size: small;
color: DarkBlue
}

h1
{
	color: DarkGreen;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2
{
	color: MediumSeaGreen;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3
{
	color: DarkGreen;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a:link {color: #CCCCCC}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {background-color: black}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */


