.navbar {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-style: normal;
	color: #AA0005;
}
body {
	background-image: url(images/stripetop.jpg);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h3 {
	color: #FFFFFF;
	background-color: #AA0005;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
a:link {
	text-decoration: underline;
	color: #AA0005;
}
a:visited {
	text-decoration: underline;
	color: #AA0005;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AA0005;
}
a:active {
	text-decoration: underline;
}
.navbar a:link {
	color: #AA0005;
	text-decoration: underline;
}
.navbar a:visited {
	color: #AA0005;
	text-decoration: underline;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}
