body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
    background-color: #FFFFFF;
}

a {color: #333399;}
a:active {color: #FF0000} /* Red */

a:link {color: #0000FF} /* Blue */
a:visited {color: #483D8B} /* DarkSlateBlue */
a:hover {
    color: #FFFFFF; /* White */
    background-color: #808080; /* Gray */
    text-decoration: none;
}

a.offsite:link {color: #8B008B} /* DarkMagenta */
a.offsite:visited {color: #4B0082;} /* Indigo */
a.offsite:hover {
    color: #FFFFFF; /* White */
    background-color: #9932CC; /* DarkOrchid */
    text-decoration: none;
}

.head {
    background-color: LightYellow;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
}

.highlight {
    background-color: LightYellow;
    padding: 6;
    vertical-align: top;
    width: 85%
}

.navtop{
    text-align: right;
    padding-right: 50
}

.title {
    font-size: 120%;
    font-style: italic;
    margin-bottom: 8;
}

/* Left navigation area */
#index {
    background-color: LightYellow;
    font-size: 85%;
    margin-left: 10;
}

h1 {
    font-size: 150%;
    text-align: center;
}

h2 {
    font-size: 130%;
}

