body 
{
  text-align: center;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #006600;
  margin: 0px;
}

td
{
  font-size: 13px;
  background-color: #003300;
}

ul
{
  list-style-type: square;
  color: #ffffff;
}

.toplinks
{
  color: #000000;
  background-color: #00CC00;
}

.blackborder
{
  background-color: #000000
}

.smalltext
{
  font-size: 10px;
}

.largetext
{
  font-size: 16px;
  font-weight: bold;
}

.highlight
{
  background-color: #006600;
}

.yellowtext
{
  color: #FFFF00;
  font-weight: bold;
  font-style: italic;
}

.remus_green_big
{
  color: #003300;
  font-weight: bolder;
  font-size: 18px;
}

.nogreen 
{
  color: black;
  background-color:white;
}

.nogreen td
{
  color: black;
  background-color:white;
}

.nogreen tr
{
  color: black;
  background-color:white;
}

.orange
{
  color: #FF0000;
}


