


BODY {
	font-family : Arial;
}

P {
	text-indent: 0.5em;
	font-size : smaller;
	padding : 2;
}
A {
	color : Black;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	color : Red;
	font-weight : bold;
	text-decoration : none;
}
.gray {
	background-color : dcdcdc;
}
.half {
	background-color : dcdcdc;
	border : medium solid Silver;
	font-weight : bold;
	float : left;
	width : 45%;
}
.halfbk {
	background-color : Black;
	border : medium solid Silver;
	color : White;
	width : 45%;
	font-weight : bold;
	float : left;
}	
.black {
	background-color : Black;
	color : White;
}
.txtt {
	text-indent: 0.5em;
	font-size : smaller;
	padding : 2;
}