body      { 
      margin: 5px; 
      color: black; 
      background: #ffffc8;
      }
h3    { 
    font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
    text-align: center;
    font-weight: bold; 
    color: black; 
    background: azure; 
    border: 2px solid gray;    
    }      


h5    { 
    font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
    text-align: center;
    font-weight: normal; 
    color: black; 
    background: azure; 
    border: 2px solid gray;    
    }      

A:link       {
          text-decoration: none; 
          color: blue; 
          font-weight: bold;
          }
          
A:visited {
          text-decoration: none; 
          color: navy; 
          font-weight: bold;
          }
          
A:active   {
          text-decoration: underline; 
          color: Red; 
          font-weight: bold;
          }
A:hover     {
          text-decoration: underline; 
          color: Red; 
          font-weight: bold;
          }	                  	          

  