/* CSS Document */


body {
	background-color: #FFF;
	font-family: OCR A Std;
font-size: 10px;
}
p {
font-family: OCR A Std;
font-size: 10px;
}
a {
	font-family: "OCR A Std";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #900;
	text-decoration: none;
	background-color: #F3F3F3;
}

.navigation {
	font-family: "OCR A Std";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #900;
	text-decoration: none;
	position: absolute;
	display: block;
}

.navigation:hover {
	font-family: "OCR A Std";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}


