* {
    font-family:'Trebuchet MS', Arial, sans-serif;
}

html, body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background:#fff;
}
body, table {
    font-size:12px;
    color:#676767;
}

a{
    color: #0082FF;
    text-decoration: none;
}
a:hover{
    color: #0053a2;
}