

/* Presentation Stylesheet */ 
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
color: #000000;
background-image:url(images/bg_image.gif);
}

A:link {text-decoration: none; color: #806E46}
A:visited {text-decoration: none; color: #806E46}
A:active {text-decoration: none; color: #806E46}
A:hover {text-decoration: underline bold; color: #806E46}

h4 {
 margin:0;
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 150%; 
 font-weight: bold;
 color: #806E46;
 }
