.body {
	color: #000000;
	text-decoration: none;

	font-weight;
}
a.body:active { 	color: #009900; 	text-decoration: none;	font-weight: bold;}
 a.body:link { 	color: #009900; 	text-decoration: none;	font-weight: bold;}
 a.body:visited { 	color: #009900; 	text-decoration: none;	font-weight: bold;}
 a.body:hover { 	color: #009900; 	text-decoration: underline;	font-weight: bold;}

.regs {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
 a.regs:active { 	color: #000066; 	text-decoration: none;	font-weight: bold;}
 a.regs:link { 	color: #000066; 	text-decoration: none;	font-weight: bold;}
 a.regs:visited { 	color: #000066; 	text-decoration: none;	font-weight: bold;}
 a.regs:hover { 	color: #FFFFFF; 	text-decoration: none;	font-weight: bold;}

