a:link {
	font-family: Arial;
	font-size: 90%;
	color: blue;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 90%;
	color: blue;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 90%;
	color: yellow;
	text-decoration: none;
}

.menuheader {
	font-family: Arial;
	font-size: 140%;
	font-weight: bold;
	color: yellow;
	height: 30px;
}
