body { 
    margin-top: 200px;
    font-size: 14px;
} 

em.asterisk { 
    font-style: normal; 
    font-weight: bold; 
} 

a {
    text-decoration: none;
    color: #c56954;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
