.caption {font : caption;}
.messagebox {font : messagebox;}
.errorMessage {
	color : Red;
	);
	font-size : larger;
	font-weight : bold;
}

P {
	font : Verdana;
	font-family : Verdana, sans-serif;
	font-size : x-small;
	color : White;
}

DIV {
	text-align : justify;
	width : 80%;
	font : Verdana;
	font-family : Verdana, sans-serif;
	font-size : x-small;
	color : White;
}
BODY {
	font : Verdana;
	font-family : Verdana, sans-serif;
	font-size : x-small;
	background : Black;
}
TD {
	font : Verdana;
	font-family : Verdana, sans-serif;
	font-size : x-small;
	color : White;
}

A {
	font : Verdana;
	font-family : Verdana, sans-serif;
	text-decoration: none;
	color : Yellow;
}
A:Active {
	color : #FF0000;
	text-decoration: none;
}
A:Hover {
	color : #FF8C00;
	text-decoration: none;
}

