.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002BCC;
	font-weight: bold;
}
.menutiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 002BCC;
	font-weight: bold;
}
a:link {
	color: 002BCC;
	text-decoration: none;
}
a:visited {
	color: 002BCC;
	text-decoration: none;
}
a:hover {
	color: 8C0000;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: 002BCC;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 8C0000;
	font-variant: normal;
	text-decoration: underline overline;
}
.body a:link {
	color: 8C0000;
	text-decoration: none;
}
.body a:visited {
	color: 8C0000;
	text-decoration: none;
}
.body a:hover {
	color: 8C0000;
	text-decoration: underline;
}