  body { color: rgb(255, 255, 255);
    font-size: 11px;
    background-color: rgb(0, 0, 0);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }

  h1 { font-family: Verdana;
    color: rgb(246, 198, 88);
    font-size: 18px;
    }

  h2 { color: rgb(246, 198, 88);
    font-size: 15px;
    }

  h3 { font-family: Verdana;
    color: rgb(246, 198, 88);
    font-size: 12px;
    }

  li { list-style-type: disc;
    list-style-image: url(piste.gif);
    list-style-position: outside;
    margin-left: -20px;
    }

  td { font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }

  a:link { text-decoration: none;
    color: rgb(255, 255, 255);
    }

  a:active { text-decoration: none;
    color: rgb(255, 255, 255);
    }

  a:visited { text-decoration: none;
    color: rgb(255, 255, 255);
    }

  a:hover { text-decoration: underline;
    color: rgb(246, 198, 88);
    }

  input { border: 1px solid rgb(255, 255, 255);
    height: 20px;
    background-color: rgb(246, 198, 88);
    color: rgb(0, 0, 0);
    }

  textarea { border: 1px solid rgb(255, 255, 255);
    font-family: Verdana;
    font-size: 12px;
    color: rgb(0, 0, 0);
    background-color: rgb(246, 198, 88);
    }

