body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0000CC;
}

.menu_buttons {
	color: #003399;
		font-size:14px;
}

.menu_buttons a {
	color: #003399;
	text-decoration: none;
}

.menu_buttons a:hover { /* moves mouse over hyperlink */
	color: #000000;
	text-decoration: none;
}

.big_title {
	font-weight: bold;
	font-size: 17px;
}
.hyperlinks a:hover {
color:#993300;
}
.hyperlinks a{
color:#000000;
}