body {
    background-color: #000000;
    color: #ffffff;
}

h1 {
    text-align: center;
    color: lightgreen;
}

p {
    color: lightgreen;
}

p.instructions_title {
    color: #CFF;
}

p.instructions_text {
    color: white;
}

a:link {
    color: #FFFFFF;
}
a:visited {
    color: #FFC;
}

div#gamelist {
    height: 400px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

ul#list {
    list-style: none none inside;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

li.active {
    background-color: #0000FF;
}