a img {
    border:none;
}
html {
    padding: 2em;
    background-color:#FFFAF2;
    background-image:url('background.png');
    background-position:top left;
    background-repeat:no-repeat;
    font-family:Calibri,Helvetica,'Bitstream Vera Sans',sans-serif;
}

h1 {
    font-size:2em;
    color:#654;
    font-weight:normal;
    text-decoration:none;
    font-family:Constantia,'Century Schoolbook',Georgia,serif;
}

h2 {
    font-size:1.6em;
    color:#654;
    font-weight:normal;
    text-decoration:none;
    font-family:Constantia,'Century Schoolbook',Georgia,serif;
    margin-bottom:0;
}


h3 {
    font-size:1.3em;
    color:#654;
    font-weight:normal;
    text-decoration:none;
    font-family:Constantia,'Century Schoolbook',Georgia,serif;
    margin-bottom:0;
}

table.games {
    border-collapse:collapse;
    border:.2em solid #DCB;
}

table.games tr {
    padding:0 .5em;
}

table.games tr td {
    padding:.3em .6em;
}

table.games tr th {
    padding:.4em .6em;
    font-weight:bold;
    text-align:left;
    background-color:#654;
    color:#FED;
}

table.games tr.top th {
    padding:.4em .6em 0 .6em;
}

table.games nobr {
    padding:none;
}

table.games tr.odd {
    background-color:#FFEEDD;
}

table.games tr.even {
    background-color:#F4E4D4;
}

table.games tr.odd_invalid {
    background-color:#FCC;
}

table.games tr.even_invalid {
    background-color:#F4C4C4;
}

#footer {
    font-size:.75em;
    margin-top:1em;
    clear:both;
}

a {
    color:#642;
    text-decoration:none;
}

a:hover {
    color:#A74;
    text-decoration:underline;
}

.small {
    font-size:.75em;
}

.fail {
    color:red;
}

#login_info {
    background-color:#EDC;
    border:.2em solid #DCB;
    padding:.5em;
    margin-bottom:1em;
}

h1 a {
    text-decoration:underline;
}

div#browselinks {
    width:30em;
    float:right;
    background-color:#EDC;
    border:.2em solid #DCB;
    padding:0 1em;
}

div#browselinks h1 a {
    text-decoration:none;
}
