body {
    font-family: bitstream vera sans, sans-serif;
    color:#333;
    font-size: 62.5%; /* Resets 1em to 10px */
    text-align:left;
    background-color:#fff;
    }
    
a,
a:visited,
a:link,
a:active {
    color:#f00;
    text-decoration:underline;
    }
    
a:hover {
    color:#900;
    text-decoration:none;
    }
    
    

