body {
	font: 12px "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #000066;
}
#menu {
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
}
.activepage {
	color: #000000;
}
