body
{
  background: black;
  color: #eee;
}

.body, .footer
{
  background: #222;
  border: #bbb thin solid;
}

.counter
{
  color: #0D0;
}

.culture
{
  color: #070;
}

.first
{
  color: #00DD00; 
}

.second
{
  color: #070;
}

.nav
{
  border: thin outset #bbb;
}

a:link
{
  color: #0D0;
  text-decoration: none;
}

a:visited
{
  color: #0D0;
  text-decoration: line-through;
}

a:hover
{
  text-decoration: underline;
}

a:active
{
  text-decoration: none;
}

.nav a
{
  color: #EEE;
}

.nav
{
  background-color: #222;
}

/*a:link:after, a:visited:after
{
  font-size: 85%;
  content: " [" attr(href) "]";
  text-decoration: none;
}*/

.table0
{
  background: #333;
}

table
{
  border: 0;
  cellpadding: 0;
}

.table1
{
  background: #444;
}

.table2
{
  background: #555;
}
