/*
"tahoma","004000","10","#004000","14","900000","10"
*/

h4  { color: 004000;
      font-family: tahoma, sans-serif;
      font-size: 10pt; font-weight: bold;
    }

a   { color: 900000;
      font-family: tahoma, sans-serif;
      font-size: 10pt; font-weight: bold;
    }

h3  { color: #004000;
      font-family: tahoma, sans-serif;
      font-size: 14pt; font-weight: bold;
    }

h5  { color: #660F9F;
      font-family: tahoma, sans-serif;
      font-size: 10pt; font-weight: bold;
    }

h6  { color: #004000;
      font-family: tahoma, sans-serif;
      font-size: 8pt; font-weight: bold;
    }

p  { color: #CC921A;
      font-family: tahoma, sans-serif;
      font-size: 12pt; font-weight: bold;
    }

a:hover { color: #004000;
    }

