A:LINK {
	color : Red;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
}

	A:VISITED {
	color : Black;
	text-decoration : none;
}



A:HOVER {
	color : Green;
	text-decoration : none;
}
	



