body {
    background-color:  black;
    color:  white;
    margin:  0px;
    padding:  0px;
    text-align:  center;
}

a:link {
    color:  #4003e6;
}

a:visited {
    color:  #e10361;
}

h1 {
    color:  #ffdb4e;
    text-shadow:0px 0px 50px #fff,0px 0px 50px #ffdb4e;
}

li {
    list-style-type:  none;
}

h2.howtoplayheading {
    color:  #00a3d5;
    text-shadow:0px 0px 50px #fff,0px 0px 50px #00a3d5;
}

.howtoplaylist {
    border-radius:  20px;
    border:  5px solid #00a3d5;
    margin:  25px;
    text-align:  left;
}

h2.scoreheading {
    color:  #D30302;
    text-shadow:0px 0px 50px #fff,0px 0px 50px #D30302;
}

.scoringlist {
    border-radius:  20px;
    border:  5px solid #D30302;
    margin:  25px;
    text-align:  left;
}

h2.highscoreheading {
    color:  #02c435;
    text-shadow:0px 0px 50px #fff,0px 0px 50px #02c435;
}

.highscores {
    border-radius:  20px;
    border:  5px solid #02c435;
    text-align:  center;
    margin:  25px;
    color:  #00fe9b;
    line-height:  1.8;
    text-shadow:0px 0px 50px #fff,0px 0px 50px #00fe9b;
}

ul.highscores {
    display-inline:  block;
    text-align:  left;
}
