body 
{
 background-color: #B8A0C0;
 padding: 0px; border: 0; margin: 0; 
}

#boundary
{ 
 background-color: #F4E6FF; 
 width: 500px; 
 margin: 2px auto; 
 border:3px solid #482058; 
 padding: 0; 
}

#content
{
 position: relative; top:0; left: 50px;
 background-color: #FDF8FF; 
 width: 432px; 
 margin: 0; 
 font-family: Georgia; color: #000000;
 border-width: 0; 
 padding: 0 13px 0 5px;
}

h2 { font-family: "Trebuchet MS"; color: #482058 }
h3 { font-family: "Trebuchet MS"; color: #482058 }
h4 { font-family: "Trebuchet MS"; color: #482058 }

p { font-family: Georgia; font-size:10pt; line-height: 1.5em; color: black }
p.comment { color: #482058 }
p.FL { float:left; margin: 2px; font-family: Verdana; font-size: 8pt; color: #482058 }
p.FR { float:right; margin: 2px; text-align:right; font-family: Verdana; font-size: 8pt; color: #482058 }
p.small { margin: 2px; font-family: Verdana; font-size: 8pt; color: #482058 }
p.hrB { clear:both; line-height: 1px; border-bottom: 1px solid #482058 }
p.dummy { clear:both; line-height: 5px; margin: 0; } 

ul { list-style: disc outside }
li { font-family: Georgia; line-height: 1.8em; font-size: 10pt; position:relative; left: -23px }

td { font-family: Verdana; font-size: 8pt; color: #482058 }

img.R { float: right; margin:5px 0px 20px 20px }
img.L {float: left; margin:5px 20px 20px 0px }

a:link { text-decoration: none; color: #600090;}  
a:visited { text-decoration: none; color: #801030;}  
a:hover { cursor:pointer; text-decoration: none; background: #8060C0; color: #FFE0A0;}
a:active { text-decoration: none; color: #8000FF; }  
a.body { font-family: "Trebuchet MS"; text-decoration: underline }
