html { background: #003 url(/images/backtop.png) repeat-x fixed; 
       color: #FFF; }

body { font: normal normal normal 110% monospace;
       margin: 10px 10px 10px 10px; }

.logo img { float: left; }

.imgframe { border: 5px outset tan; }

.banner { font-size: 125%; 
          font-weight: bold; 
          text-align: center; }

.menu { background: transparent;
        color: #000;
        font: normal normal normal 90%;
        left: 3px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 130px;
        width: 146px; }

.menu a
{
   color: #FFF;
   background: transparent;
   display: block;
   font: normal normal normal 90%;
   padding: 2px;
   text-decoration: none;
   width: 146px; }

.menu a:hover
{
   background: #000;
   padding: 2px;
   color: #0CF;
   display: block;
   font: normal normal normal 90%;
   text-decoration: none;
   width: 146px; }

.centeredcontent { text-align: center; }

.section a
{
   color: #FFF;
   background: transparent;
   text-decoration: none; }

.section a:hover
{
   background: #000;
   color: #0CF;
   text-decoration: none; }

.footer { font: italic normal normal 80%;
          text-align: center; }
