body {
	margin:0px;
	padding:0px;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color:#fff;
	background-color:#280f0f;
}
a {
	color: #c4c4c4;
}
a:hover {
	text-decoration: none;
}

table td {
	vertical-align:top;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color:#fff;
}
table td p{
	margin: 0;
	padding: 0;
}

h1 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #b52d17;
}

h2 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}

h3 {
	margin:0;
	padding:.3em 0 0 0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height:1.5em;
	color: #fff;
}

h3 a{
	text-decoration: none;
	color: #fff;
	border-bottom:1px dashed #b52d17
}

h3 a:hover{
	text-decoration: none;
	color: #b52d17;
	border-bottom:1px dashed #fff
}

h4{
	margin:0;
	padding:0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #531d1d;
}

h4 a {
	text-decoration: none;
	color: #531d1d;
}

h4 a:hover {
	text-decoration: underline;
}

