/* BODY*/

/* Indent paragraphs */


/*Don't underline links, and make all links black.
  Make links flash red when activated.
*/
#sursum a:link {
  color: #FFFFFF;
  border-color: White;
text-decoration: none;
}
#sursum a:visited {
color: #FFFFFF;
border-color: White;
text-decoration: none;
}
#sursum a:active {
  color: #FFFFFF;
  text-decoration: none;
}
#sursum a:hover {
  color: #000000;
  text-decoration: none;

}




/* Make headings Arial bold.
*/
h1 {font: 14pt Arial;
    font-weight: bold;}

/* Sub headings, in between body size and headings 
*/

h2 {font: 10pt Arial;
     font-weight: bold;
     color: black;}

/* BODY text within table
*/
div.main  {font-size: 8pt;
      font-family: "Arial";
      font-weight: bold;
      color: black;}

/* BODY text within table, slightly bigger(more bold!)
*/
div.mainb  {font-size: 9pt;
      font-family: "Arial";
      color: white;}

/*Heading text within table
*/
div.head {font: 14pt Arial;
      font-weight: bold;
      color: black;}



<STYLE type=text/css cm:escaping="no">

</style>