#head { float: left; padding: 10px; background-color: white; }


/*.row1 { background-color: #EFE; }
.row2 { background-color: #9C9; }
.row3 { background-color: #696; }
*/

.row1 { background-color: #FFC; }
.row2 { background-color: #CC9; }
.row3 { background-color: #996; }

A:link { color: #00A; text-decoration: none; font-weight: bold; }
A:visited  { color: #008; text-decoration: none; }
A:hover { color: white; background-color: navy; }
TH A:visited { color: white; }

INPUT { background-color: #9CF; font-family: "Andale Mono"; font-size: 8pt; }


/*
DIV.top {
 border-top: 3px solid aqua;
 border-bottom: 3px solid aqua;
 background-color: teal;
}
*/
DIV.top {
 border-top: 3px solid #FFC;
 border-bottom: 3px solid #FFC;
 background-color: #996;
}

.headermenu { color: white; }
.headermenu A:link, .headermenu A:visited { color: white; font-weight: bold; }
.headermenu A:hover { text-decoration: underline; }

BODY {border: 0px; margin: 0px; font-family: "Book Antiqua", "Arial", "Trebuchet MS"; font-size: 9pt; font-color: black; }

H1 { color: white; margin-top: 0px; margin-bottom: 0px; }

/*table {border: 3px solid blue; }*/
/*table {border-collapse: separate; border-spacing: 3px; cell-spacing: 3px; }*/
/*tr { background-color: #FFC; }*/
/*#body { width: 700px; margin: auto; background-color: white; border: 1px solid #000; }*/
/*width: inherit; border: thin solid red; */

UL {margin-top: 0px; margin-left: -20px; }
