body {
 font-family:Verdana, Arial, sans-serif;
 font-size:70%;
}

/* Allgemeine Hyperlinks */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#003cd7;
}
a:active, a:hover
{ 
  color:#ff0000;
}
/* Hyperlinks vorherige Seite */
a.prev
{
 padding-left:14px;
 background: url(../images/xprev.gif) no-repeat left;
}
a.prev:link, a.prev:visited, a.prev:hover, a.prev:active
{ 
 text-decoration:underline;
 font-weight:normal;
}