H1, H2, H3, H4, H5, H6 {
    font-family: serif;
}

/* Front page */

Table.front TR {
    text-align: center;
}

TABLE.front IMG {
    border: 0;
}

TABLE.front A {
    text-decoration: none;
    color: black;
}

/* Content page */

TABLE.layout {
   background-color: rgb(0,0,102);
   color: white;
   font-size: 1.2em;
}

TR.header {
    vertical-align: bottom;
    color: white;
}

TR.header IMG.brand {
    margin: 0px;
}

TR.header H1 {
    display: inline;
    text-decoration: none;
}

TD.nav A {
    color: white;
}

TD.nav A:visit {
    color: rgb(255,182,182);
}

TD.nav A:hover {
    color: rgb(255,255,153);
}

TD.nav UL {
    margin: 1.2em;
    margin-top: .5em;
    margin-right: .5em;
    padding: 0em;
}

TD.nav UL LI {
    text-indent: -1em;
    padding-left: 0em;
}

TD.content {
    background-color: white;
    color: black;
    padding-left: .5em;
}

TD.content IMG {
    margin: .5em;
    border: 1px;
    border-color: black;
    border-style: solid;
}

TR.footer {
    font-size: .6em;
}

TR.footer A {
    color: white;
}

TR.footer A:visit {
    color: rgb(255,182,182);
}

TR.footer A:hover {
    color: rgb(255,255,153);
}
