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