body
{
color: #000000;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

body h1 {font-size: 24pt; font-family: Marlett; color : Black }
body h2 {font-size: 18pt; font-family: Marlett; color : Black }
body h3 {font-size: 14pt; font-family: Marlett; color : Black }
body p {font-size: 10pt; font-family: Marlett; color : Black }

div#content
{
color: black;
background: #ffffff;
font-family: arial;
text-align: justify;
}

#content h1
{
background: white; 
color: black;
}

#content img
{
border: 0;
float: left;
width: 500;
height: 379;
}

#content img.portrait
{
width: 304;
height: 400;
}

#content a:link
{
color: blue;
text-decoration: underline;
}

#content a:visited
{
color: red;
text-decoration: underline;
}

#content a:active
{
color: lime;
text-decoration: underline;
}

div#cleardiv
{
clear: both;
height: 1em;
}