/* sets the main body properties */

BODY {

font-family: "garamond";
font-size: 14pt;
color: black;
font-face: bold;
background-color: grey;

}

h1
{ 
font-family: "garamond";
font-size: 18pt;
color: black; 
}

h3
{ 
font-family: "garamond";
font-size: 14pt;
color: black; 
}

h2
{ 
font-family: "garamond";
font-size: 13pt;
color: black; 
}

h4
{ 
font-family: "garamond";
font-size: 10pt;
color: black; 
}

strong 
{ 
color: #D10923;  
font-color: #D10923;
}