A:visited {
    color: blue;
}
A IMG {
    border: none;
    text-decoration: none;
}
BODY {
    margin: 0;
    font-family: "Bitstream Vera Sans",
        Verdana,
        Arial,
        Sans-serif;
}
#content {
    margin-left: 10px;
    margin-right: 10px;
}
H1 {
    text-align: center;
}
H2 {
  text-decoration: underline;
  font-size: 14pt;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
TABLE.center {
    margin-left: auto;
    margin-right: auto;
}

TABLE.menu {
    width: 100%;
    background-color: #B0C4DE;
    border-collapse: collapse;
}

TABLE.menu A,
TABLE.menu A:visited {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #B0C4DE;
    padding: 0 3px;
    color: #0000CC;
}

TABLE.menu .current,
TABLE.menu A:hover {
    background-color: white;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #4682B4;
    padding: 0 3px 5px;
}

TABLE.menu TD {
    padding-top: 5px;
    padding-bottom: 5px;
}

TD.menuRight {
    text-align: right;
    padding-right: 10px;
}
TD.menuLeft {
    text-align: left;
    padding-left: 10px;
}
