body {
    color: #000;
    font-family: verdana, arial, sans-serif;
    background-color: #fff;
}

#text {
    padding: .15em;
    font-size: 85%;
    text-align: left;
}

a:link, a:visited, a:active {
    color: #00f;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #c00;
}
