/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: 10px; color: rgb(255,255,255); background-color: rgb(0,102,153); background-image: url("../assets/images/body_bg.gif");}
 A:active { color: rgb(0,255,51);}
 A:link { color: rgb(0,255,51);}
 A:visited { color: rgb(0,204,0);}
 A { color: rgb(0,255,51);}
 A:hover { color: rgb(0,255,51);}
 