/* Link Styles */
a:link 
{
   color: #004479;
   text-decoration: none;
}

a:visited
{
   text-decoration: none;
} 

a:hover 
{
   text-decoration: underline; 
}

body
{
   font: 0.84em Tahoma, Arial, sans-serif;
}

/* Unordered List Styles */
ul
{
   margin-top: 0.1em;
}

li.base_point
{
   margin-top: 0.5em;
}  

div.header
{
   margin-left: 1em;
   font-weight: bold;
   font-size: 1.15em;
}

span.comment
{
   font-style: italic;
}

ul
{
   width: 50em;
}