body, table, td, tr, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f8f8ff;
	color : #2900a3;
}
A:LINK {
	color: #a10029;	
}
a:hover {
	font-weight: bold;
	color: #a10029;
	text-decoration: none;
}
a:active {
	font-weight: bold;
}
address {
 font-size: smaller;
 font-style: italic;
}
a.menu:link {
	color : #a10029;
	background-color : #a1a1a1;
	text-decoration : none;
}
a.menu:visited {
	color : #5e5e5e;
	background-color : #a1a1a1;
	text-decoration : none;
	font-weight: normal;
}
a.menu:hover {
	color : #ed685f;
	background-color : #5e5e5e;
	text-decoration : none;	
	font-weight: normal;
}
a.menu:active {
	color : #a1a1a1;
	background-color : #a10029;
	text-decoration : none;	
	font-weight: normal;
}
a.menu {
	display: block;
	border-top: 1px solid black;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.menucontainer {
	background-color: white;
	border: 1px solid black;
	width: 140px;
	margin: 0px;
}
