BODY {
  background-color : #FCF2E4;
  font-family: Arial, "sans-serif";
  margin-left: 5%;
  margin-right: 3%;
  margin-top: 2ex;
  margin-bottom: 2ex;
}

.pagecap {
  color: #C80000;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
  
H1 {
  color: #C80000;
}
  
H3 {
  color: #405080;
}
    
H4 {
  color: #405080;
  font-style: italic;
}
    
.menu {
  font-weight: bold;  
  font-size: large;
}

TD { 
  text-align: left;
  vertical-align: top;
}

.oneliner {
  font-family: "cursive";
  font-size: 120%;
  font-style: italic;
}

.overview {
  font-size: 60%;
  text-align: center;
  vertical-align: middle;
  background-color: #D0E0F0
}

.refcap {
  font-weight:bold;
  font-size:150%;
  color: #C80000;
}  
  