body {
font: 12px arial
}

.button{
font: 12px arial
}

.c {
font-weight: bold;
background-color: #FF7171;
border: 1px solid #4B4B4B
}

a:link{
color: #000066; 
text-decoration: underline
}
a:visited{
color: #000066; 
text-decoration: underline
}
a:hover{
color: #3366cc; 
text-decoration: none
} 