html, body{
	margin:0;
	padding:0;
	height:100%;
	color:#000000;
	background-color:#000000;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#container{
	padding:10px;
	border: 10px solid #000000;
	background-color:#FFFFFF;
}

h1{
	color:#98141b;
	font-size:22px;
	margin: 0 0 22px 0;
	font-weight:normal;
}

h2{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin-top:0;
}

h3{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 0;
}

h4{
	color:#000000;
	margin:0;
}

a, a:link, a:visited{
	color:#98141b;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active, a:focus{
	color:#000000;
	border-bottom: 1px dashed #98141b;
}

hr{
	height: 0;
	border-top: 0px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}