h1 {
      color:rgb(207,28,68);
      font-family:Arial;
      font-size: 42px;
      text-align:center;       
    }

h2 {
      font-size: 32px;
      color:rgb(207,28,68);
      text-align:center; 
}


   #menu {   
      list-style-type:none;  
      margin:0;  
      padding:0;
      height:30px;
      background-color:rgb(11,148,70);
      font-family:Arial;
      font-size:0.9em;   
}  
   #menu li {  
      float:left;
      height:30px;
      line-height:30px;   
}  
    
   #menu li a {
      display:block;
      padding:0 20px;
      color:#FFF;
      text-decoration:none;   
    }   
    
    #menu li a:hover {
      background-color:rgb(216,198,184);
      text-decoration:none;    
    }   
    
    .logo {
        margin:50px;
        
        
    }
    
    .images {
        margin:0 20px 20px 0;
        border:2px solid black;
        
    }

    .images2 {
        border:2px solid black;
        width:250px;
        height:250px;
        
        
    }

    th {
         font-size:1em;
         padding: 20px;
    
       }
   
    table {
        
        background-color:white;
    
      }

    td a:hover {
        background-color:darkgrey;
    
     }

    
    
    p {
        font-family:Klinic Slab Light;
        font-size:32px;
    }

    .highlight {
      background-color:rgb(95,19,18);
      color:white;    
    }

    .contact {
       margin:0;
       padding:5px;    
    }

fieldset {
    width:600px;
    margin:auto;
}

label {
    
}



