<STYLE type=text/css>
A:hover {
	color:yellow;
	TEXT-DECORATION: none
}
A:visited {
	color:#FF6600;
	TEXT-DECORATION: none
}
A:link {
	color:#FF6600;
	font-size:12px;
	TEXT-DECORATION: none
}

.text_class {
	FONT-SIZE: 14px;
	 COLOR:#FF6600; 
	 FONT-FAMILY:Geneva, Arial, Helvetica, sans-serif;
}

.a {
	font-family: Verdana;
	font-size: 19px;
	color: #996FA1;
}
body {
	margin-top: 0px;
	background-image: url(image/bg.jpg);
}
a:link {
	color:#FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FF6600;                                           
}
a:hover {
	text-decoration: none;                                  
	color: yellow;
}
a:active {
	text-decoration: none;
	color: #949EDE;
}

</STYLE>