a:hover {
	list-style-type: square;
	cursor: hand;
	background-image: none;
	text-decoration: blink;
	font-style: oblique;





}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	list-style-type: decimal;
	cursor: hand;
	background-image: none;
	text-decoration: blink;
	font-style: oblique;
	color: #FF6600;

}
