.clamp { 
font-family: arial,helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
/*text-align: center; */
}

a.clamp:link {
text-decoration: none;
color: #00008E;
}

a.clamp:active {
text-decoration: underline;
color: #FFFFFF;
}

a.clamp:hover {
text-decoration: underline;
color: white;
background: #aaaaaa;
}

a.clamp:visited {
text-decoration: none;
color: #6060BF;
}

