body
{
background-color:white;
color:black;
}

A
{
color: #003399;
}

B.news
{
border-bottom: solid 2px #888888;
border-right: solid 2px #888888;
background-color: #ffffff;
}

B.news:hover
{
border-right: none;
border-bottom: none;
border-top: solid 2px #888888;
border-left: solid 2px #888888;
background-color: #eeeeee;
}

TD.upper
{
background-color: #f2f2f0;
}

TD.side
{
background-color: #ffffff;
border-left: solid 5px #e5e5ee;
}

A.menu
{
//color: #5522ff;
text-decoration: underline;
//background-color: #ddddee;
border: solid 1px #ddddee;
font-size: larger;
}

A.menu:hover
{
border: ridge 1px #eeeeee;
background-color: #eeeeee;
}

H1
{
color: #000000;
background-color: #efefef;
}

H2
{
color: #000022;
margin: 0;
}

HR
{
color: #000000;
border-style: solid;
}

table
{
color: black;
background-color: #efefef;
border: none;
}

SPAN.back
{
font-size: smaller; 
background-color: #dddddd;
}

TH.news
{
font-size: large;
width: 5%;
text-align: left;
//border: solid 1px #888888;
border-right: solid 3px #f0f0f0;
background-color: #f9f9f9;
}

TD.news
{
font-size: large;
text-align: left;
//border: solid 1px #888888;
background-color: #f9f9f9;
}