body {
	background-color: #990000;
}

a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
.style3 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BB0000;
}

a.nav:link {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

