a:hover { 
   color: red; 
}
.bodyCopy, .footerLinks, .currentPage, .copyright, .errorMsg {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodyCopy {
   font-size: 10pt;
}
.errorMsg {
	font-weight: bold;
	color: Red;
}
.footerLinks, .currentPage, .copyright {
   font-size: 8pt;
   text-align: center;
}
.currentPage {
   font-weight: bold;
   color: red;
}