html, body {
	background-color: #F1EAE2;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	margin-top:0;
	height:100%;
}
.headlines {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
}
.bodytext {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
}

.bodytext A:link {text-decoration: none; color: #993300; }
.bodytext A:visited {text-decoration: none; color:#996600; }
.bodytext A:active {text-decoration: none; color:#CC0000; }
.bodytext A:hover {text-decoration: none; color:#CC0000;}