BODY {
	background-color: black;
	font-family: arial;
	font-size: 14px;
}


H1 { 
	color: red;
	font-size: 25px;
	line-height: 28px;
}

A {
	color: #c61717;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #c61717;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}


.small {
	font-size: 12px;
}

.header {
	font-size: 15px;
	font-weight: bold;
}

.redheader {
	color: red;
	font-size: 15px;
	font-weight: bold;
}