BODY {
    background-image: url(./images/rb-watermark.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 150px;
    color: black;
}
H1 {
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
H2 {
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
}
P, UL, LI, DD {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1em;
}
TABLE {
    border: none;
}
TD {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    border: solid 1px grey;
}
TD.HOME {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    border: none;
}
TH {
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    background: #cfcfcf;
    border: solid 1px grey;
}
A {
    color: #0000FF;
    text-decoration: underline;
}	
A:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    text-decoration: underline; 
}
IMG {
    border: 0;
}
