BODY {
	font-family: Helvetica,Arial,sans-serif;
}
A {
	text-decoration: none;
	color: rgb(0, 101, 163);
}
A.mainmenubutton {
	display: block;
	color: white;
	text-decoration: none;
	font-familt: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.mainmenubutton:hover {
	color: white;
	background-color: #414141;
}
.bluebox {
	width: 130px;
	height: 20px;
	background-color: rgb(0, 101, 163); 
	text-align: center;
}
.orangebox {
	width: 130px;
	height: 20px;
	background-color: rgb(247, 127, 30); 
	text-align: center;
}
.greenbox {
	width: 130px;
	height: 20px;
	background-color: rgb(1, 173, 99); 
	text-align: center;
}
IMG {
	border: 0px none white;
}
