BODY {
	background-color: Black;
	color : White;
	font-size : small;
	font-style : normal;
	font-weight : bold;
	
}
A {
	font-weight : bold;
	color : Red;
}
P {
	color : White;
	font-weight : normal;
}
.darker {
	color : Gray;
	font-weight : bold;
}

