body {
  background-color: white;
  font-family: Verdana, Tahoma, Arial;
}

h1 {
  color: #990000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}  

/*text for menu buttons on top*/
.nav {
  color: white; 
  font-size: 14px;
  text-align: center;
  font-family: tahoma, arial;
}

/*ms2 headings*/
.ms2 {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
a.ms2:link{color: #666666}
a.ms2:visited{color: #666666}
a.ms2:hover{color: #666666}
a.ms2:active{color: #666666}

/*general text*/
.ms1 {
  color: black; 
  font-size: 14px;
  text-align: center;
} 

a.ms1:link{color: black}
a.ms1:visited{color: black}
a.ms1:hover{color: #990000}
a.ms1:active{color: #990000}

/*red16 headings*/
.red16 {
  color: #990000;
  font-size: 16px;
  text-align: center;
}
