@CHARSET "ISO-8859-1";
body{
	background-color: #FFDDDD;
	color: #000000;
}
h2{
	background-color: #AA9999;
	color: #000044;
	text-align: left;
	left-margin: 10px;
}

#topline {
	position: absolute;

	top: 5px;
	left: 10px;
	width: 100%;
	height: 100px;
	
	border-width: 3px;
	border-style: solid;
	border-color: #000000;

	background-color: #AA9999;

}
