a {
	background-color: #0000FF;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	background-color: #0000FF;
	color: #00FFFF;
	text-decoration: none;
}

body, td, th {
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: Arial, Century, "Comic Sans MS", "Lucida Sans", "Times New Roman", sans-serif;
	font-size: medium;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	text-align: left;
}
