body {
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
a:link {
	color: #a6453c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a6453c;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #a6453c;
}
#header {position:fixed;
top:0px;
left:0px;
height:130px;
width:100%
}
#footer {position:fixed;
bottom:0px;
left:0px;
height:18px;
width:100%
}
.headline {
	font-size: 12px;
	font-weight: bold;
}

