
/*
** Fonts:
*/

body, table, tr, th, td, div, p, span, ul, h1, h2, h3, h4
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bold
{
  font-weight: bold;
}

/*
** Links:
*/

a:link, a:visited, a:active
{
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover
{
  color: #f1230f;                       /* VfB-Rot */
  background-color: transparent;
  text-decoration: none;
}
