/* CSS Document */

body{background-color:white;}
.homepg {font-size: 14px; font-family: arial, helvetica, "sans serif"; font-weight: bold; margin-left: 20px; line-height: 160%;}
a.home:link, a.home:visited{color: white; text-decoration:none; }
a.home:active, a.home:hover{
	color: #FFFFCC;
	text-decoration:underline;
}
.green {font-size: 14px; font-family: arial, helvetica, "sans serif"; font-weight: bold; margin-left: 20px; color: black; background-color: #ccff99;}