BODY, TD {
	background : Black;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

H2 {
	font-size: large;
	color: #31639C;
	font-family : Arial, Helvetica, sans-serif;
}

.h3look {
	font-size: medium;
	color: Red;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

H4 {
	font-size: small;
	font-weight: bold;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	color: white;
	font-size : small;
}

A:Hover {
	color: #31639C;
	font-size : small;
}

.comment {
	font-size: x-small;
}