html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    background-color: white; 
    color: black;
    height: 100%;
    text-align: center;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 12px;
}
img {
    border: none;
}
a:link, a:visited {
    color: #EF832B;
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
}

.biglink:link , .biglink:visited, .biglink:hover {
    color: #0a12bc;
    font-size: 14px;
    font-weight: bold;
    background: #f4f2f2;
    text-decoration: none;
}
.biglink:hover {
    background: #f4f8d5;
    border: 1px solid red;
}
