body, p, td, a, li, div,span  {
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

a, a:visited,  a:active  {
	color: blue;
	text-decoration: underline;
	font-weight:normal;
}

a:hover, {
	color: red;
	text-decoration: underline;
	font-weight: normal;
}

table.navmenu {
	width: 160px;
	border: 0px;
	padding: 5px;
	margin-right: 15px;
	text-align: center;
}

td.margincell {
	padding: 5px;
	background: #86A4C3;
	color: white;
	font-weight:bold;
}

a.margincell, a.margincell:visited, a.margincell:hover, a.margincell:active  {
	color: white;
	text-decoration: none;
	font-weight:bold;
}