body {
/*
    background: #ffffff;
    background-image: url(/images/utah-scrabble.png);
    background-repeat: no-repeat;
    background-position: 15 10;
*/
    border: thin dashed;
    padding: 10px;
    color: black;
/*
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 150px;
*/
}

hr.main {
    background-color: #91b8ff;
    height: 3px;
    border: none;
}

td.navbar-include {
    vertical-align: top;
}

td.navbar {
    font-weight: bold;
    background-color: #91b8ff;
    text-align: center;
    padding: 5px;
}

td.navbar:hover {
    background-color: #7a9bff;
}

a.navbar {
    text-decoration: none;
    color: blue;
}

a.navbar:visited {
    color: navy;
}

p.footer {
    font-size: small;
}

.error {
    color: #ff0000;
}
