/* CSS Document */

.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #616565;
line-height: normal;
padding: 3px;
}
.highlighted {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #BD0A0E;
line-height: normal;
padding: 3px;
}
.headings {
	font-family: Brisk;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #616565;
}
.navigation {
	font-family: Brisk;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: BD0A0E;
	display: block;
	vertical-align: middle;
	width: 162px;
	text-align: center;
}
.navigation:hover {
	font-family: Brisk;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #616565;
	background-color: #BD0A0E;
	display: block;
	vertical-align: middle;
	width: 162px;
	text-align: center;
}
