a:link {
	color: #000000;	
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #dddddd;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: dddddd;
