a:link {
text-decoration: underline;
color:black;
font-weight: normal;
}

a:visited {
text-decoration: underline;
color:black;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #AA0000;
font-weight: normal;
}

a:active {
text-decoration: underline;
color: #AA0000;
font-weight: normal;
}

table#header {
background: url("/design/gr3-header.jpg") 0 0 no-repeat;
}

table#main {
background: url("/design/gr3-background.jpg") 0 0 repeat-y;
}

td#main-right {
padding: 0 0 20px 0;
}


