a:link {
	color: #CCC;
	background-color: #333;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

a:visited {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}

a:active {
	color: #CCC;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
