/* General page style */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}
/* Re-coded HTMLements */
a:link,a:active,a:visited {
    color : #006699;
    text-decoration: none;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
}
img {
    border: 0px;
}