<style type="text/css">

  html {
    height: 100%;
    padding: 0;
  }

  body { 
    margin: 0;
    background-color: #000000;
  }

  table {
    border: 0;
    cellspacing: 0;
    cellpadding: 0;
  }

  td {
    vertical-align: top;
  }

  .blocktitle {
    color: #fedf85;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    font-family: Microsoft Sans Serif, Arial;
    text-decoration: none;
    position: relative;
    left: 60px;
  }
 
  #points {
      position: relative;
      margin-left: 80px;
  }

  .txt {
    color: #fedf85;
    font-weight: bold;
    font-style: normal; /*italic, oblique*/
    font-size: 13px;
    font-family: Microsoft Sans Serif, Arial;
    text-decoration: none;
  }

  .headline {
    color: #1e61ff;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    font-family: Microsoft Sans Serif, Arial;
    text-decoration: none;
  }

  .major {
    color: #99ffff;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    font-family: Microsoft Sans Serif, Arial;
    text-decoration: none;
  }

  #homepics {
  }

  #homepics img {
    vertical-align: top;
  }

  #homepics .layer1 {position: relative; width: 90px; height: 116px; left: 30px; top: 10px; z-index: 1 }
  #homepics .layer2 {position: relative; width: 120px; height: 103px; left: 10px; top: 85px; z-index: 2 }
  #homepics .layer3 {position: relative; width: 120px; height: 68px; left: 160px; top: 55px; z-index: 3 }
  #homepics .layer4 {position: relative; width: 90px; height: 135px; left: 120px; top: 110px; z-index: 4 }
  #homepics .layer5 {position: relative; width: 120px; height: 206px; left: 140px; top: 30px; z-index: 5 }

</style>