body { color: black; background-color: white; margin-top: 6px; }
p {}
td {}
a:link { color: black ; font-size: 12px; font-weight: bold; background-color: #c0c0c0; text-decoration: none; }
a:visited { color: black ; font-size: 12px; font-weight: bold; background-color: #c0c0c0; text-decoration: none; }
a:hover { color: white ; background-color: #c71918; text-decoration: none; }
a:active { color: white ; background-color: #c71918; text-decoration: none; }
a.linknohover:link { background-color: white; }
a.linknohover:visited { background-color: white; }
a.linknohover:hover { background-color: white; }
a.linknohover:active { background-color: white; }
table { 
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	border: solid 1px;
	margin: 0;
	padding: 0;
}
.noborder { border-width: 0; }
.whiteborder { border-color: white; border-width: 1px; }
