<!--
body                   { background: #D5C77E;
                         color: #000000;
                         font-family: arial, helvetica, sans-serif }

a:link                 { color: #853E1B }
a:visited              { color: #506446 }
a:active               { color: #000000 }

td                     { font-family: arial, helvetica, sans-serif }

h1                     { color: #506446;

                         font-size: 28px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }

h2                     { color: #506446;
                         font-size: 20px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }

.menu                  { color: #CCCC99;
                         font-size: 14px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }
a.menu:link            { color: #CCCC99;
                         text-decoration: none }
a.menu:visited         { color: #CCCC99;
                         text-decoration: none }
a.menu:active          { color: #853E1B;
                         text-decoration: none }

.logo                  { padding-left: 10px}

.lead                  { color: #000000;
                         font-size: 14px;
                         width: 320px;
                         background: #ACB88C;
                         font-family: arial, helvetica, sans-serif }

.nav                   { font-size: 16px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }
a.nav:link             { color: #853E1B }
a.nav:visited          { color: #506446 }
a.nav:active           { color: #000000 }

.text                  { color: #000000;
                         padding-top: 5px;
                         padding-left: 10px;
                         width: 200px;
                         font-family: arial, helvetica, sans-serif }

.copy                  { color: #000000;
                         padding: 10px;
                         font-size: 12px;
                         font-family: arial, helvetica, sans-serif }

#body                  { position: absolute;
                         left: 0px;
                         top: 0px;
                         width: 780px }

#menu                  { position: absolute;
                         left: 10px;
                         top: 0px;
                         width: 738px }

#text                  { position: absolute;
                         left: 0px;
                         top: 20px;
                         width: 780px }

.temp                  { color: #506446;
                         padding-left: 10px;
                         font-size: 16px;
                         font-weight: bold;
                         font-family: arial, helvetica, sans-serif }
-->