body,td,th {
    font-family: Calibri, Verdana, Helvetica, Geneva, sans-serif;
    font-size:1pc;
    color: #FFFFFF;
}
body {
    background-color: #000033;
    margin-top: 2%;
}
a:link {
    background-color: transparent;
    color: #FFFF00;
    text-decoration: none;
}
a:visited {
    background-color: transparent;
    color: #FFFF00;
    text-decoration: none;
}
a:hover {
    color: #FF00FF;
}
a:active {
    color: #99CC00;
}
A:hover {
    background-color: #FF0000;
    color: silver;
    outline: thick solid red
}
A:active {
    color: #00FF00;
}
UL {
    list-style-type: circle;
    list-style-position: outside;
}
h2 {
    width: 100%;
    background-color: #CC0000;
    color: white;
    text-align: left;
    direction: ltr;
    font-variant: small-caps;
    font-weight: bold;
    font-size: large;
    font-family: Arial, sans-serif, Helvetica;
    padding: 3px;
}
h1 {
    width: 100%;
    background-color: #000066;
    color: #FFFF66;
    text-align: left;
    direction: ltr;
    font-variant: normal;
    font-weight: bold;
    font-size: x-large;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px;
    text-transform: uppercase;
}
.indent-more {
    margin-left: 30px;
}
.indent-smore {
    margin-left: 60px;
}
.box {
    border-width: thin;
    border: outset;
    width: 100%;
    padding: 0.5em;
    border-top-color: #003333;
    border-right-color: #003333;
    border-bottom-color: #000033;
    border-left-color: #003333;
    border-right-width: thin;
    border-bottom-width: thin;
    border-bottom-style: ridge;
    border-right-style: groove;
    border-top-style: inset;
    border-top-width: thin;
    border-left-style: outset;
    border-left-width: thin;
}
div.color {
    background-color: #666666;
    border: outset;
    padding: 0.5em;
    color: #909090;
}
address {
    text-align: right;
    display: compact;
    font-size: x-small;
}
h3 {
    font-size: large;
    font-weight: lighter;
    font-variant: small-caps;
/*     background-color: #003366; */
    z-index: auto;
}
.left {
    border-left-color: #333333;
}

