<!--
body                   { background: #CCCC99;
                         color: #000000;
                         font-family: arial, helvetica, sans-serif }

a:link                 { color: #853E1B }
a:visited              { color: #506446 }
a:active               { color: #000000 }

h1                     { color: #000000;
                         font-size: 20px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }

h4                     { color: #000000;
                         font-size: 10px;
                         font-family: arial, helvetica, sans-serif }

.head                  { margin-bottom: 3px;
                         font-size: 18px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }
a.head:link            { color: #853E1B }
a.head:visited         { color: #853E1B }
a.head:active          { color: #506446 }

.nav                   { color: #000000;
                         padding-top: 5px;
                         font-size: 14px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }
a.nav:link             { color: #853E1B }
a.nav:visited          { color: #506446 }
a.nav:active           { color: #000000 }

.copy                  { color: #000000;
                         font-size: 12px;
                         font-family: arial, helvetica, sans-serif }

#logo                  { position: absolute;
                         top: 0px;
                         width: 100%;
                         text-align: right }

#head                  { position: absolute;
                         left: 10px;
                         top: 0px }

#nav                   { position: absolute;
                         left: 10px;
                         top: 25px }

#text                  { position: absolute;
                         left: 10px;
                         top: 70px;
                         width: 595px }
-->