body  
{ 
 color           : black;
 font-family     : verdana,arial, sans-serif;
 font-size       : 10 px;
 font-weight     : normal;
 text-decoration : none
}

td
{
	color           : black;
	font-family     : verdana, arial, sans-serif;
	font-size       : 11px;
	font-weight     : normal;
	text-decoration : none;
	line-height: 18px;

}

.hlink a:link
{
	color           : white;
	font-family     : verdana, arial, sans-serif;
	font-size       : 10 px;
	font-weight     : normal;
}

.hlink a:visited
{
 color           : white ;
 font-family     : verdana,arial, sans-serif;
 font-size       : 10 px;
 font-weight     : normal;
 text-decoration : none
}  

.hlink a:hover
{
 color           : 910000;
 font-family     : verdana, arial, sans-serif;
 font-size       : 11px;
 font-weight     : normal;
 text-decoration : none} 

a:link
{
	color           : ff9900;
	font-family     : verdana, arial, sans-serif;
	font-size       : 11px;
	font-weight     : bold;
	text-decoration: none;
}

a:visited
{
 color           : ff9900;
 font-family     : verdana, arial, sans-serif; 
 font-size       : 11px;
 font-weight     : bold;
 text-decoration : none;
 }

a:hover
{
	color           : 8AA822;
	font-family     : verdana, arial, sans-serif;
	font-size       : 11px;
	font-weight     : bold;
	text-decoration: underline;
} 

input#button
{
 color           : f6f6f6;
 font-family     : verdana,arial, sans-serif; 
 font-size       : 10 px;
 font-weight     : bold;
 background-color: 7A802F;
 }
 
.list {
	list-style-position: inside;

	list-style-type: square;
}
