
A:link {
	color: Blue;
	text-decoration : none
}
	
A:hover {
	color: Blue;
	font : bold;
	text-decoration : underline;
}
 
A:visited {
	color: Blue;
	text-decoration: none
}

 sup.reg {
	vertical-align: super;
	font-size : smaller;
}

font
{
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.font2
{ font-size : 13px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
a.font { text-decoration: none; color : Blue; }
a.font:hover { text-decoration: underline; color : Blue; }

.smallfont2  { font-size : 10px; font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: none; }
a.smallfont2 { text-decoration: underline; color : Blue; font-weight: none; }
a.smallfont2:hover { text-decoration: none; color : Blue; font-weight: none; }

td.body {
	border : thick solid #99CC66;
}

.color {
	color : #003399;
}

.color2 {
	color : #878787;
}