body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menuitem {
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.border {
	border: 1px solid #232954;
}
.menuitem:hover {

	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #232954;
	text-decoration: none;
	font-weight: bold;
}
a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #FF1100;
	text-decoration: none;
}

