body
{
background-color:#fffaf0;
}


h1
{
color: #3333FF; 
text-align:center
}

.center 
{
text-align: center
}

.left 
{
text-align: left
}


h3
{
text-align:left;
text-indent: 0.5cm
}


hr {
border: 0;
color: #0066FF;
background-color:#3333FF;
height: 1px;
width: 80%;
text-align: left;
}


img.left 
{
float:left;
margin:10px 10px 10px 10px;
}


img.right
{
float:right;
margin:10px 10px 10px 10px;
}

p
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 10pt;
text-indent: 0.5cm
}



a:link    {color:#0000FF}
a:visited {color:#0000FF}
a:active  {color:red}
a:hover   {color:red}
