/* CSS Document */

a:link
	{FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    FONT-SIZE: 13px;
    color: #00FF33;
	text-decoration: none;
	font-weight: bold;}
a:visited 
	{FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
    FONT-SIZE: 13px;
    color: #00FF33;
	text-decoration: none;
	font-weight: bold;}
a:active 
	{FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
    FONT-SIZE: 13px;
    color: #00FF33;
	text-decoration: ;
	font-weight: bold;}
A:hover 
	{FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    FONT-SIZE: 13px;
    color: #00FF33; 
	background-color: ;
	text-decoration: underline;
	font-weight: bold;}
