:focus {
	outline: 0;
}
body {
	background-color: #FFFFCC;
}

A:link, A:visited, A:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Verdana;
	text-align: center;
}

P {
	font-size: 12px;
	font-family : Verdana;
	font-weight: bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}

HR.colorBlack {
	color: #00FF00;
}

.catstyle {
	font-size: 1.2em;
	font-style: normal;
}

