
h1 {
    color: #000033;
    font-family:Arial;
    font-size:10pt;
    font-weight: bold;
  }

h2 {
    color: #000066;
    font-family:Arial;
    font-size:32pt;
    font-weight: normal;
  }

h3 {
    color: #330033;
    font-family:Arial;
    font-size:12pt;
    font-weight: normal;
  }

table {
    table-border-color-light: rgb(204, 153, 255);
    table-border-color-dark: rgb(204, 0, 204);
    font-family:Arial;
    font-size:10pt;
    color: #000080;
  }

text {
	font-family:Arial;
   }

a:active {
    color: #5050FF;
    font-family:Arial;
  }

a:body {
    font-family: Arial;
    color: #000033;
    font-size:10pt;
    background-color: rgb(255, 255, 255);
  }

a:link {
    color: #000099;
    text-decoration:underline;
    font-family:Arial;
  }

a:visited {
    color: #0000FF;
    text-decoration:underline;
    font-family:Arial;
  }

