BODY {
  font-family: Verdana, Arial, sans-serif;
}

/* class positionlink defines the format of the row which points to the position in the site */
A:link { color:#000000; text-decoration:underline; }
A:visited { color:#000000; text-decoration:underline; }
A:hover { color:#FFFFFF; text-decoration:overline underline; background: #000000; } /* overline ? */
A:active { color:#FFFFFF; text-decoration:overline underline; background: #000000; } /* overline ? */

/* class positionlink defines the format of the row which points to the position in the site */
A.positionlink:link { color:#000000; text-decoration:none; }
A.positionlink:visited { color:#000000; text-decoration:none; }
A.positionlink:hover { color:#000000; text-decoration:underline; } /* overline ? */
A.positionlink:active { color:#000000; text-decoration:underline; }

/* class smalllink defines the format of the row which points to the position in the site */
A.smalllink:link { color:#000000; text-decoration:none; }
A.smalllink:visited { color:#000000; text-decoration:none; }
A.smalllink:hover { color:#000000; text-decoration:underline; } /* overline ? */
A.smalllink:active { color:#000000; text-decoration:underline; }



TD.border {
  background-color:#000000;
}

TD {
  font-size:18px;
}

TD.backlink {
  font-size:16px;
}

TD.image {
  font-size:15px;
}