BODY {
margin: 0px;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
CAPTION {
font-size: 16px;
font-weight : bold;
}
TABLE {
background-color: #EFF3FF;
border: thin ridge #2C4593;
}
.hdr3 {
font-weight: bold
}
.report {
border: double TEAL;
background-color: #EFF3FF;
color: black;
}
/* unvisited link */
a:link {
    color: blue;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: purple;
    text-decoration: none;
}

/* mouse over link MUST come after a:link and a:visited to be effective*/
a:hover {
    color: purple;
    text-decoration: underline;
}

/* selected link a:active must come after a:hover to be effective*/
a:active {
    color: red;
    text-decoration: underline;
}

li a {
 padding: 5px;
} 
