/*Set the font for the whole website*/

body { 
      font-family: Verdana, sans-serif;
      text-align: justified;
      font-size: 12px;
      margin-top: 0px;      
      background-color: #243c60;
     
      }

/*Navigation Bar*/

a { text-decoration: none;
    color: #243c60;
    font-size: 14px;
  }

ul{
    margin: 0 auto;
    padding: 0;
}
ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #CCC;
}

h1 { color: #243c60;
     font-size: 24px;
     text-align: left;
     margin-top: 16px;
     margin-bottom: 16px;
   }
    
h2 { color: #243c60;
     font-size: 16px;
    }

h3 { color: #243c60;
     font-size: 14px;
   }

table { background-color: white;
   }

td.right { border-width: 2px;
     border-style: solid;
     border-color: #243c60;
     
   }

td.border {cellpadding: 0px;
          }
     
