<STYLE type="text/css">
A
{
   COLOR:#000000
   TEXT-DECORATION:underline;
   font-weight: bold;
   font-size: 14pt;
}

a:visited
{
	color:#5B7E13;
	text-decoration:underline;
	font-size: 14pt;
}

a:link
{
	color:#000000;
	text-decoration:underline;
	font-size: 14pt;
}

a:hover
{	
	text-decoration:underline;
	font-size: 14pt;
}

a:active
{
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

BODY
{
   COLOR:white;
   font-weight: bold;
   font-size: 15pt;
   background-color:#BBD28C;
   background-image:url('images/greenbg.jpg');

   
   text-align:center;   
}

input,textarea
{
	border:1px  solid;
	color:#000000;
	background:#FFFFFF	
}

select
{	
	font:15px;
	font-weight: bold;
	color:#FFFFFF;
	background:#3366CC; 
	menubar-arrow-color:black;
}

ul
{	
	font:20px;
	font-weight: bold;
	color:#FFFFFF;	
}

</style>