/* fixes margins and space, fixes font size */
body
{
   font-family: verdana, helvetica,Arial,sans-serif;
   font-size: 9pt;
   background-color: #ededed;
}

/* fixes font size */
li,ul,ol
{
   color: #000000;
   font-family: verdana, helvetica,Arial,sans-serif;
   font-size: 9pt;
}
tr,td,th,table,font,span,div,blockquote,h1,h2,h3,h4,h5
{
   font-family: verdana, helvetica,Arial,sans-serif;
   font-size: 8.5pt;
}

p
{
   font-family: verdana, helvetica,Arial,sans-serif;
   font-size: 8.5pt;
}
