body  {
      font-family: verdana, arial, sans-serif;
      color: black;
      background: white;
      margin-left: 45px;
      margin-right: 45px;
      font-size: 14px;
      }
h1    {
      color: black;
      background: white;
      font-weight: 700;
      font-size: 40px;
      text-align: center;
      font-family: verdana, arial, sans-serif
      }            
h2    {
      color: black;
      background: white;
      font-weight: 600;
      font-size: 20px;
      text-align: center;
      font-family: verdana, arial, sans-serif;
      }      

h3    {
      font-weight: 700;
      font-size: 16px;
      color: black;
      background: white;
      text-align: center;
      font-family: verdana, arial, sans-serif;
      margin-left: 45px;
      margin-right: 45px;
      }
h3.red {
      font-weight: 700;
      font-size: 16px;
      color: red;
      background: white;
      text-align: center;
      font-family: verdana, arial, sans-serif;
      margin-left: 45px;
      margin-right: 45px;
      }      
p     {
      font-size: 14px;
      font-weight: 500;
      font-family: verdana, arial, sans-serif;
      margin-left: 45px;
      margin-right: 45px;
      color: black;
      background: white;
      }
em    {
      color: red;
      font-weight: 600;
      }
b.red {
      color: red;
      }                
a:link    { color: blue;  }
a:visited { color: black;}
a:hover   { color: red    }
a:active  { color: red;   }
.menulinks {
      color: navy;
      font-weight: 500;
      font-size: 14px;
      font-family: verdana, arial, sans-serif;
      }        

ul, li {
         font-size: 12px;
         font-weight: 500;
         color: blue;
         background: white;
         font-family: verdana, arial, sans-serif;
         list-style-image: url(blue-bullet.gif);
         margin-left: 60px;
         margin-right: 60px;
        } 
span.me {
      font-size: 12px !important;
      color: navy;
      background: white;
      }               
table.menu {
      border: solid navy 2px;
      }       
              