body
{ 
   font-family: Helvetica, Arial, sans;
   font-size: 100%;
   color: #000000;
   font-weight:normal; 
   font-style:normal;  
   background-color:#d6ffed;
}
code
{ 
   font-family:'Courier'; 
   font-size:120%; 
   line-height:100%; 
   font-weight:500; 
   font-style:normal;  
   font-stretch:normal;
}
i
{ 
   font-family:'serif'; 
   font-size:100%; 
   line-height:100%; 
   font-weight:normal; 
   font-style:italic;  
   font-stretch:normal;
}
em
{ 
   font-family:'Courier'; 
   font-size:140%; 
   color:#224422;
   line-height:100%; 
   font-weight:500; 
   font-style:normal;  
   font-stretch:expanded;
}
strong
{ 
   font-family:'Courier'; 
   font-size:140%; 
   color:#dd88aa;
   line-height:100%; 
   font-weight:500; 
   font-style:normal;  
   font-stretch:expanded;
}
a:focus   { color:#185a52; text-decoration:underline; }
a:link    { color:#185a52; text-decoration:underline; }
a:visited { color:#185a52; text-decoration:underline; }
a:hover   { color:#222288; text-decoration:underline; }
a:active  { color:#185a52; text-decoration:underline; }
