a:link {
	color: #FF0000;
	text-decoration: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #CCCCCC;
}

a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:active {
	color: #FFCC00;
	text-decoration: blink;
}
