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

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