BODY {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A {
	color : Red;
	font-size : 11px;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	font-size : 11px;
	text-decoration : underline;
}
A.copy {
	color : Silver;
	font-size : 10px;
	text-decoration : none;
}

A:HOVER.copy {
	color : Silver;
	font-size : 10px;
	text-decoration : underline;
}
.copy {
	color : Silver;
	font-size : 10px;
	text-decoration : none;
}
TD {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.explane {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}