body
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

h1, h2, h3, h4, h5
{
    color: #333333;
    font-weight: bold;
}

div#notice
{
    padding: 10px;
    text-align: center;
    border: solid 2px green;
    margin: 20px;
    font-weight: bold;
    font-size: 16px;
    background-color: #BFFFBF;
    color: #004000;
}
div#error
{
    padding: 10px;
    text-align: center;
    border: solid 2px #800000;
    margin: 20px;
    font-weight: bold;
    font-size: 16px;
    background-color: #DFBFBF;
    color: #400000;
}


div.newstory
{
    font-size: 10px;
    margin-bottom: 8px;
    color: #333333;
    font-weight: bold;
}


div.story
{
    font-size: 10px;
    margin-bottom: 8px;
    color: #888888;
}

div.story span.time, div.newstory span.time
{
    font-weight: bold;
}

div.story a, div.newstory a
{
    text-decoration: none;
    color: #880000;
}
div.story_newday
{
    font-weight: bold;
}


a.gamelink
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.gamelink:hover
{
    color: #800000;
    text-decoration: underline;
}

#tooltip h3
{
    font-size: 12px;
}

#tooltip
{
    font-size: 10px;
}

thead, thead td
{
    font-weight: bold;
    color: #888888;
}

.red
{
    font-weight: bold;
    color: red;
}

.bold
{
    font-weight: bold;
}