html {

  margin-bottom: 0px;
}

body {
	font-family: Arial;
	
	margin: 0 0 0 0;
	padding:10px 0px 0px 0px;
	font-size: 13px;
	color: #404040;
	height: 100%;
}

a:link, a:visited {
	font-weight: normal;
	color:#32508e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.head { color: #fff; }

a.headmenu, a:link.headmenu, a:visited.headmenu {
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	text-decoration: none
}

a:hover.headmenu {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.headline {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #404040;
}