.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #556880;

}
.menutiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #556880;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #3C4959;
}
a:visited {
	color: #3C4959;
}
a:hover {
	color: #D9912B;
	text-decoration: none;
}
.menu a:link {
	color: #3C4959;
	text-decoration: none;
}
.menu a:visited {
	color: #3C4959;
	text-decoration: none;
}
.menu a:hover {
	color: #D9912B;
	text-decoration: none;
}
.menutiny a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menutiny a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menutiny a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}