  a:link { text-decoration: none;
    font-weight: bold;
    color: rgb(10, 10, 10);
    }

  a:visited { text-decoration: none;
    font-weight: bold;
    color: rgb(140, 140, 140);
    }

  a:hover { text-decoration: none;
    font-weight: bold;
    color: rgb(140, 30, 30);
    }

  a:active { text-decoration: none;
    font-weight: bold;
    color: rgb(200, 30, 30);
    }

  body { background-color: rgb(255, 255, 255);
    color: rgb(80, 80, 80) ! important;
    font-size: 12pt;
    font-family: Helvetica,Arial,sans-serif;
    margin-left: 15%;
    margin-right: 15%;
    }

  h1 { font-size: 36pt;
    color: rgb(80, 80, 80) ! important;
    line-height: 48pt;
    font-style: normal;
    text-transform: none;
    font-family: Arial Black;
    font-weight: bold ! important;
    }
    
  h2 { font-size: 24pt;
    color: rgb(80, 80, 80) ! important;
     line-height: 24pt;
    font-style: normal;
    text-transform: none;
    font-family: Arial Black;
    font-weight: bold ! important;
    padding-left: 5%;
    }
    
  h3 { font-size: 14pt;
    color: rgb(220, 220, 220) ! important;
    background-color: rgb(160, 160, 160);
    line-height: 20pt;
    font-style: normal;
    text-transform: none;
    font-family: Arial Black;
    font-weight: normal ! important;
    padding-left: 5%;
    }

  h4 { font-size: 12pt;
    line-height: 16pt;
    font-style: normal;
    text-transform: none;
    font-family: Arial Black;
    font-weight: normal ! important;
    padding-left: 5%;
    }

  p, li { font-size: 12pt;
    line-height: 14pt;
    font-family: Helvetica,Arial,sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    }

  p.caption { font-size: 8pt;
    line-height: 8pt;
    font-family: Helvetica,Arial,sans-serif;
    }

  menu { margin-left: 5%;
    }

  table { border: "0";
    cellpadding: 0;
    }
    
  table.nav { margin-left: 5%;
    }
