body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

#copyright {
    font-size: smaller;
    font-style: italic;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    text-decoration: none;
    padding: .2em 1em;
    color: white;
    background-color: blue;
}

#navcontainer ul li a:hover {
    color: white;
    background-color: #036;
}

li.listHeading {
    font-weight: bold;
    list-style-type: none;
}

#scrabbleTiles img {
    border: 0;
    width: 44px;
    height: 50px;
}

code {
    font-family: 'Courier New', Courier, monospace;
}

div.code {
    font-family: 'Courier New', Courier, monospace;
    white-space: pre;
    margin: 10px 20px;
}

ul {
    margin-left: 10px;
}

div.listItemSubsection {
    margin-left: 50px;
}
