/* Stylesheets für PSV-München */

  body, td {
    font-size: 12px;
    font-family: Arial, Verdana;
  }

  a:link, a:active, a:visited {
    color: black;
  }
  
  a:hover {
    color: blue;
  }
  
  a.link2:link, a.link2:active, a.link2:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
  }

  a.link2:hover {
    color: blue;
    text-decoration: none;
    font-weight: bold;
  }
  
  a.naviLink:link, a.naviLink:active, a.naviLink:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #746fd0;
    background-image: url(images/navibg.png);
    background-repeat: no-repeat;
    width: 130px;
    display: block;
    margin: 1px;
    padding: 1px;
    padding-left: 15px;
    font-size: 11px;
  }

  a.naviLink:hover {
    color: blue;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
  }
