/* CSS Document */
.style1 {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A:Link     			{text-decoration : None;color:#00CC00;font-style : normal;}
A:Active   			{text-decoration : None;color:#00CC00;font-style : normal;}
A:Visited  			{text-decoration : None;color:#00CC00;font-style : normal;}
A:Hover    			{
	text-decoration : None;
	color:#FFCC33;
	font-style : normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
body {
background-color:#000000;
}