<style>
#menuList{
  background-color: #00CCCC;
  border: 1px solid #0000FF;
  margin: 0px;
  padding: 2px;
  line-height:0px;
  width:14em; 
}

#menuList li {
  display: inline; 
  padding: 0;
  list-style: none;
}

#menuList li a, #menuList1 li a:focus {
  display: inline;
  background-color: #99CCCC;
  border: 1px solid #0000FF;
  margin: 0;
  text-decoration: none;
  color: #000;
  font-family: Verdana,Arial,Helvetica; 
  font-size: 12px;
  font-weight:bold;
  padding: 5px;/
}

#menuList li a:hover {
  background-color: #003399;
  border-color: #FFF;
  color: #FFCC00;
}

h1{ font-size: 2em }
h1 { text-align: center } 
h2 { font-size: 2em }

 

 p   {font-family:Arial}
 p   {font-size:medium}






</style>