
/* Stylesheet for Default */


* insert the tagline below into the header of HTML document
/* <link rel="stylesheet" type="text/css" href="../css/default.css"> */

.break { page-break-before: always; }

a:link {
    color: #000090;
  }


a:visited {
    color: #000090;
  }


a:active {
    color: #009000;
    background-color: #CDEFFA;
  }


a:hover {
    color: #800000;
    background-color: #CDEFFA;
  }


body {
    /* background-image: url(".");*/
    
font-family: Verdana, Arial, sans;
font-size: 10pt;
text-align: justify;}


P, H1, H2, H3, H4, H5, H6 TD, td, UL, body {
    font-family: Verdana, Arial, Helvetica, Adobe-Helvetica;
    font-size: 10pt;
    color: #000033;
  }