HTML         { background: #f0f0e0; 
               background-image: url("tile.jpeg");
               background-repeat: repeat; }
BODY         { background: #ffffff;
               color: #202020;
               margin: 10%;
               line-height: 140%;
               padding: 2em;
               border: 1px solid black; }
H1, H2       { color: #a00000;
               font-family: helvetica, sans-serif;
               font-weight: normal; }
H1           { margin-top: 0;
               font-size: xx-large; }
H2           { font-size: x-large; }
H3           { font-size: large; }
A            { color: #a00000;
               text-decoration: none}
A:hover      { background: #ff0000;
               color: #ffffff; }
SMALL        { color: #909090; }
DT           { font-weight: bold; }
*.display    { font-size: x-large;
               font-family: helvetica, sans-serif;
               line-height: 140%; }
TABLE.nav    { width: 100%;
               font-size: x-large; }
TD.next      { text-align: right; }
INPUT        { border-style: solid;
               border-width: 2px;
               border-color: #ff8080 #a00000 #a00000 #ff8080;
               color: #ffffff;
               background: #ff0000;
               font-family: helvetica, sans-serif; }
INPUT:active { border-color: #a00000 #ff8080 #ff8080 #a00000; }
