BODY {
	font-family: Arial;
	color: White;
	font-size: 8px;
	background: Black;
}

H2 {
    font-family: Arial;
	color: #00008c;
	font-weight: bold;
}

H1 {
    font-family: Arial;
	color: #dd0000;
	font-weight: bold;
}

A:HOVER {
	text-decoration: underline;
	color: Crimson;
}

DT {
    font-family: Arial;
	font-weight: bold;
    color: #AA0000;
}

BLOCKQUOTE {
    font-family: Arial;
	font-weight: bold;
    color: White;
}
	
DD {
    font-family: Arial;
	font-style: italic;
	color: #AA0000;
}