  body { color: rgb(255, 255, 255);
    font-size: 12px;
    background-color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    }

  h1 { font-family: Arial;
    color: rgb(163, 31, 126);
    font-size: 18px;
    }

  h2 { color: rgb(163, 31, 126);
    font-size: 15px;
    }

  h3 { font-family: Arial;
    color: rgb(163, 31, 126);
    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(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    }

  a:link { font-size: 12px;
		text-decoration: none;
    color: rgb(0, 0, 0);
    }

  a:active { font-size: 12px;
		text-decoration: none;
    color: rgb(0, 0, 0);
    }

  a:visited { font-size: 12px;
		text-decoration: none;
    color: rgb(0, 0, 0);
    }

  a:hover { font-size: 12px;
		text-decoration: underline;
    color: rgb(0, 0, 0);
    }

  input { border: 1px solid rgb(255, 255, 255);
    height: 20px;
    background-color: rgb(204, 204, 204);
    color: rgb(0, 0, 0);
    }

  textarea { border: 1px solid rgb(255, 255, 255);
    font-family: Arial;
    font-size: 12px;
    color: rgb(0, 0, 0);
    background-color: rgb(204, 204, 204);
    }

