body {
	background-color: #9b9b9b; 
}

a {
	color: #5F5F5F;
}

a:hover {
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 13px;
}

p {
	font-family: Arial;
	font-size: 13px;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.red_link {
	font-size: 13px;
	color: #990000;
}

.red_link:hover {
	text-decoration: none;
}

