/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
a {
 font-family: sans-serif;
 color: #000000;
}
A:active { font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: x-small; font-weight: normal; font-style: normal;}
 A:link { font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: x-small; color: rgb(0,0,255); font-weight: normal; font-style: normal;}
 A:visited { font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: x-small; color: rgb(0,0,51); font-weight: normal; font-style: normal;}
 A:hover { font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: x-small; color: rgb(153,102,0); font-weight: normal; font-style: normal;}


