body {
  background-color: #000;
  color: #ee8;
  font-family: Tahoma, Arial, Sans Serif;
  margin-left: 20px;
}

.margin {
 color: #000;
 background-color: #ee8;
 background-image: url("/images/tmtback.gif");
 font-family: Tahoma, Arial, Sans Serif;
 font-size: 10pt;
 margin-left: 10px;
 
}

A:link     {color: #900; text-decoration: none; }
A:active   {color: #900; text-decoration: none; }
A:hover    {color: #900; text-decoration: underline; }
A:visited  {color: #900; text-decoration: underline;}

.margin A:link     {color: #000; text-decoration: none; }
.margin A:active   {color: #000; text-decoration: none; }
.margin A:hover    {color: #000; text-decoration: underline; }
.margin A:visited  {color: #000; text-decoration: underline;}


p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.date {
  font-weight: bold;
  font-size: larger;
  border-bottom: 2px solid #600;
}

.pictures {
}

.image {
  background-color: #ee8;
  color: #000;
  border-left:  1 solid #ffd;
  border-top:   1 solid #ff8;
  border-right: 1 solid #993;
  border-bottom 1 solid #993;
  padding: 10px;
  margin-bottom: 4px solid transparent;
}

.description {
}

.even .description {
  background-color: #ee8;
  color: #000;
}

.odd .description {
  background-color: #cc6;
  color: #100;
}

.description p {
  margin-left: 20px;
  margin-right: 10px;
}
