table.navbar {
   border-collapse: collapse;
}
table.navbar th {
   border: 2px solid #7a1d22;
}
table.navbar td {
   border: 2px solid #7a1d22;
   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: #440000;
   background-color: #ff1e1e;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #ff1e1e;
   background-color: #440000;
}

td.current {
   color: #ff1e1e;
   background-color: #440000;
}

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:       #7a1d22;
}

table.main h2 {
   font-family: "palatino linotype",paladium,serif;
   font-size:   24px;
   font-weight: bold;
   color:       #7a1d22;
}   

table.main h3 {
   font-family: "palatino linotype",paladium,serif;
   font-size:   18px;
   font-style:  italic;
   font-weight: bold;
   color:       #7a1d22;
}   

table.main h4 {
   font-family: "palatino linotype",paladium,serif;
   font-size:   14px;
   font-style:  italic;
   font-weight: bold;
   color:       #7a1d22;
}   

table.hed td {
   border:       3px solid #7a1d22;
   font-family:  "palatino linotype",paladium,serif;
   font-size:    60px;
   color:        #7a1d22;
   background-color: #ff1e1e;
}
