A.menu {
	color : White;
	text-decoration: none;
}

A.selected {
	color: #ffcc00;
	text-decoration: none;
}

A.menu:hover {
	color : Red;
	text-decoration: underline;
}

A.menu:visited {
	color : Fuchsia;
	text-decoration: none;
}
A.mailto {
	color : White;
}

A {
	color : #744517;
	text-decoration : underline;
	font-size : small;
}

body {
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
* body content {
	height:100%;
}
#content {
	border-left: solid 70px #744517;
	padding-left: 10px;
	min-height: 100%;
}
.text {
		font-family:Verndana;
		font-size: 14px
	 }
	 
h3 .headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 28px;
}

#footer {
		text-align: center;
}