#header {
  background-color:#9C9CDF;
  color:white;
  margin:auto;
  margin-top:5px;
  padding-top:4px;
  width:98%;
}

#header table{
  margin:auto;
  width:95%;
}

#header a{
  color:white;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

#header a:hover{
  color:#E7E7E7;
}

#menu {
  background-color:#7030A0;
  border-top: 2px solid #CAD0D1;
  border-bottom: 2px solid #CAD0D1;
  color:white;
  margin:auto;
  width:98%;
}

#menu a{
  color:white;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}

#menu a:hover{
  color:#9C9CDF;
}

#menu table{
  height:40px;
  margin:auto;
  width:75%;
}

#menu td{
  text-align:center;
}
