.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	background-color: #FFCC66;
	text-decoration: none;

}
a:link {
	color: #990000;
	text-decoration: none;
	font-size: x-small;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-size: x-small;
}
a:hover {
	color: #FFCC66;
	background-color: #990000;
	text-decoration: none;
	font-size: x-small;
}
.tableborder {
	border: 1px solid #990000;
}
