﻿#menu {
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	}
#menu:hover {
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
#menu:active {
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	
}
bodycontent {
	font-family: tahoma;
}

