/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
td.impressum { 
font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
color: rgb(0,0,0);
 font-size: 10pt;
}
a, A.impressum,A.impressum:active,A.impressum:link,A.impressum:visited {
  font-size:10pt;
  font-weight: bold;
  color: #adadad;
  text-decoration: none;
}

A.impressum:hover {
 font-size:10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
