BODY {
    background-color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0;
}

TABLE {
    width: 100%;
}

TR.background {
    background-color: #E0F0FF;
}

TD {
    border-width: 0;
    vertical-align: top;
    padding: 10px;
}

P {
    margin: 0;
    text-align: justify;
    text-indent: 1em;
}

P.ItemHeader {
    font-size: smaller;
    font-weight: bold;
    text-align: right;
}

P.NA {
    color: gray;
}

P.link {
    text-align: right;
    text-indent: 0em;
}

A {
    text-decoration: none;
}

A:link, A:visited{
    color: black;
}

A:hover {
    color: blue;
    text-decoration: underline;
}

H1 {
    font-size: 150%;
}

H1, H2, H3, H4 {
    text-align: center;
}

.copyright P{
    text-align: center;
}

.about P{
    margin: 10px;
    text-align: justify;
}

.copyright H1 {
    font-size: 150%;
}

.copyright H2 {
    font-size: 100%;
}

.copyright em {
    color: blue;
    font-style: normal;
}

.about H1 {
    font-size: 150%;
}

.about H2 {
    font-size: 100%;
}

.about H3 {
    color: blue;
    font-size: 100%;
}

.about em {
    color: blue;
    font-style: normal;
}

.menu TD {
    border-width: 0;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}