/* sets the main body properties */

BODY {

font-family: "garamond";
font-family: "papyrus";
font-size: 14pt;
color: #19570B;
font-face: bold;
background-color: #F7EB83;
background-color: white;
font-style: normal; 
}

a {
color: #19570B;
}
a:hover { 
color: black;
} 
a:unknown { 
color: #19570B; 
} 
a:visited { 
color: black; 
}   

h1
{ 
font-size: 18pt;
color: black; 
font-style: normal; 
}

h2
{ 
font-size: 14pt;
color: black; 
font-style: normal 
}

h3
{ 
font-size: 14pt;
color: black; 
font-style: normal; 
}

h4
{ 
font-size: 10pt;
color: black; 
font-style: normal; 
}

invis
{
font-color: white;   
}

strong 
{ 
color: #D10923;  
font-color: #D10923;
}