/*
Nicolas Ostermann
*/

BODY {
  background: #000000;
}

A {
  color: #cccccc;
  text-decoration: none;
  font-family : Verdana, Arial, sans-serif; 
  font-size : 11px;
  font-weight: bold;
  margin: 2px;
}

A.marker {
  color: #000000;
  text-decoration: none;
  font-family : Verdana, Arial, sans-serif; 
  font-size : 11px;
  font-weight: bold;
  margin: 2px;
}

A:hover {
  color: #cccccc;
  text-decoration: underline;
  font-family : Verdana, Arial, sans-serif; 
  font-size : 11px;
  font-weight: bold;
  margin: 2px;
}

A.marker:hover {
  color: #000000;
  text-decoration: underline;
  font-family : Verdana, Arial, sans-serif; 
  font-size : 11px;
  font-weight: bold;
  margin: 2px;
}


TD.header {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 13px;
  background: #000000;
  color: #cccccc;
  font-weight : bold;
  text-align : center;
  margin: 2px;
  text-decoration: none;
}

TD.new {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 13px;
  background: #ff3300;
  color: #cccccc;
  font-weight : bold;
  text-align : center;
  margin: 2px;
  text-decoration: none;
}

TD.text {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px;
  background: #000000;
  color: #cccccc;
  text-align : center;
  margin: 2px;
  text-decoration: none;
}

TD.map {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 12px;
  color: #000000;
  margin: 8px;
  text-align : left;
}