A    { color: purple; font-size: 9pt; font-family: Verdana; text-decoration: none }

A.choose { color: purple; font-weight: bold; font-size: 9pt }
A.choose:hover  { color: red; font-weight: bold; text-decoration: underline }
A.choosebig { color: purple; font-weight: bold; font-size: 14pt }
A.choosebig:hover  { color: red; font-weight: bold; text-decoration: underline }
TD  { color: maroon; font-weight: bold; font-size: 9pt; font-family: Verdana; text-decoration: none }
body  { color: maroon; font-size: 9pt; font-family: Verdana }
p { color: maroon; font-size: 9pt; font-family: Verdana }
SPAN.red {
	color: red;
	font-size: 9pt;
	font-family: Verdana
}
SPAN.title {
	color: black;
	font-size: 14pt;
	font-family: Verdana
}
A.title {
	color: black;
	font-size: 14pt;
	font-family: Verdana
}
