body {
   background-color: #000020;
   }
   
h1 {
   font-family: Times, "Times New Roman", serif; 
   font-size: 3em;
   text-align: center;
   color: white;
   }  
   
h3 {
   font-family: Times, "Times New Roman", serif; 
   text-align: center;
   color: white;
   }   
   
#menu {
   font-family: Times, "Times New Roman", serif;
   font-style: italic;
   font-weight: bold;
   }
   
select {
    border: 0 none;
    color: yellow;
    background: #000020;
    font-size: 20px;
    font-weight: bold;
	font-style: italic;
    padding: 2px 10px;
    width: 378px;
   }

table {
  margin:auto;
  } 
  
p.items {
  color: white;
  margin-left: 5%;
  }
  
.resp-iframe {
    width: 400;
    height: 200;
    border: 0;
}    

td.ll { text-align: left;}
td.cc { text-align: center; }
td.rr { text-align: right; }

a:link { color: white;  text-decoration: none;}
a:visited { color: yellow;  text-decoration: none; }
a:hover { color: green;  text-decoration: none; }





/* IE Patches */

/* html .column {
  display: inline;
  }
  
 END IE Patches */
    
