body {
  background: url("bkgd.gif") fixed;
  font-family: "palatino linotype",paladium,serif;
}


table.navbar {
   border-collapse: collapse;
}
table.navbar th {
   border: 2px solid #a58c5a;
}
table.navbar td {
   border: 2px solid #a58c5a;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
}
table.navbar td a{
   display: block;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   background-color: #debd7b;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #666;
}

table.main td {
   font-family: arial,helvetica,sans-serif;
   font-size: 16px;
}

table.main h1 {
   font-family: "palatino linotype",paladium,serif;
   font-size:   36px;
   font-style:  italic;
   color:       #635637;
}

table.main h2 {
   font-family: "palatino linotype",paladium,serif;
   font-size:   24px;
   font-weight: bold;
   color:       #635637;
}   

table.hed td {
   border:       3px solid #a58c5a;
   font-family:  "palatino linotype",paladium,serif;
   font-size:    60px;
   color:        #635637;
   background-color: #debd7b;
}

