* {
	font-family: Verdana, Helvetica, sans-serif;
}

body {
	background-color: #808080;
}

.menu  a{
	font-weight: bold;
	font-size: 18px;
	color: #aaaaaa;
	text-decoration: none !important;
}

.menu a:hover {
	color: #ff4444;
	cursor: hand;
}

.menu a.selected {
	color: #ff4444;
}

.content {	
	font-size: 13px;
}

.flier {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.baseline {
	line-height:0.8;
}