h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-transform: capitalize;
}
.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	text-transform: lowercase;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
