A:link {
	Color: #FF0000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 16px;
}
A:active {
	Color: #FF0000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 16px;
}
A:visited {
	Color: #FF0000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 16px;
} 
A:hover {
	Color: #000000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 16px;
}
body {
	background-color: #000000;
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #000000;
}