
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 13px;
}
body {
    background-image: url(../images/background.gif);
    margin-top: 16px;
    background-repeat: repeat;
}

        
/* Set up the A tag colours */
.link1 A:link {color: white; text-decoration: none}
.link1 A:visited {color: white; text-decoration: none}
.link1 A:hover {color: #FD7300; text-decoration: none}

.link2 A:link {color: #6EBCFF; text-decoration: none}
.link2 A:visited {color: #6EBCFF; text-decoration: none}
.link2 A:hover {color: #FD7300; text-decoration: none }

