table.content
{
  font-family: Arial, Verdana, Helvetica;
  font-size: x-small;
  padding: 2px;
  color: black;
  background: white;
}

table.content a:link
{
  text-decoration: underline;
  color: black;
}

table.content a:visited
{
  text-decoration: underline;
  color: black;
}

table.content a:hover
{
  text-decoration: none;
  color: red;
}

table.contentDescription
{
  font-family: Arial, Verdana, Helvetica;
  font-size: x-small;
  padding: 2px;
  border-top: 2px solid #6699CC;
  border-bottom: 4px solid #6699CC;
  color: black;
  background: #F5F5F5;
}

table.contentDescription a:link
{
  text-decoration: underline;
  color: black;
}

table.contentDescription a:visited
{
  text-decoration: underline;
  color: black;
}

table.contentDescription a:hover
{
  text-decoration: none;
  color: red;
}
