BODY {
	color : #FFFFF0;
	background-color : Black;
	font-family : "Courier New", Courier, monospace, sans-serif;
	font-size : medium;
	font-weight : bold;
}

A {
	color : #FFFFF0;
	text-decoration : none;
}

A:HOVER {
	color : #FF310D;
	text-decoration : none;
}
TABLE.red {
	background : transparent;
	color : Red;
	font-weight : bold;
	font-size : larger;
}

TABLE.red2 {
	background : transparent;
	color : Red;
	font-weight : bold;
	font-size : smaller;
}


