html { height: 100%; margin-bottom: 1px; 
}

BODY {
	background-color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #28313d;
	font-size: 20px;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 20px;
}
.body {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #28313d;
	font-size: 14px;
	margin-left: 25px;
	margin-right: 15px;
}
a:link {
	text-decoration: none;
	color: #28313d;
}
a:visited {
	text-decoration: none;
	color: #28313d;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #28313d;
}
