/* CSS Document */

h1 {
font-family: "Tahoma";
font-size: 11px;
font-weight: normal;
color: #CC0000;
}

tr {
font-family: "Tahoma";
font-size: 11px;
}

a:link { 
color: #0000FF;
text-decoration: underline;
}

a:visited {
color: #0000FF;
text-decoration: underline;
}

a:active {
color: #0000FF;
text-decoration: underline;
}

a:hover {
color: #FF6600;
text-decoration: none;
}