BODY {
background-color: #a99a94; 
margin: 0;
} /* Sets background colour, margin: 0; is important for the layout. */


H1 {
font-size: 12pt; 
font-family: arial, "times new roman"; 
font-weight: normal; 
color: #a99a94;
} /* Meaning of h1 tag.*/
/* all the following refer to what type of text 
 is associated with which header tag.*/

H2 {
font-size: 16pt; 
font-family: arial; 
font-weight: bold; 
color: #a99a94;
}

H3 {
font-size: 10pt; 
font-family: arial; 
font-weight: bold; 
color: white;
}

H4 {
font-size: 16pt; 
background color: #a99a94;
font-weight: bold; 
font-family: arial; 
font-weight: normal; 
color: black;
}

H5 {
font-size: 10pt; 
font-family: arial; 
font-weight: normal; 
color: white;
}
