#copyrightwrapper {
margin: 0 auto;
width: 800px;
text-align: center;
background-color: #ffffff;
}

div#copyrightwrapper a:link { 
color: #cc092f; /* PMS 186*/
text-decoration: none; 
}
	
div#copyrightwrapper a:hover { 
color: #cc092f; /* PMS 186*/
text-decoration: none;
font-weight: bold; 
}

div#copyrightwrapper a.active { 
color: #cc092f; /* PMS 186*/
text-decoration: none; 
}

