/*CSS - www.joergroesch.de - Joerg Roesch*/
/*www.mikemaria.net 20091101*/

/*Allgemeine Einstellungen*/


a {
    text-decoration: none;
  }


a:link,a:visited,a:active {
    color: rgb(102, 0, 0);
    background-color: transparent;
  }




a:hover {
    color: #CC6666;
    background-color: transparent;
  }

body, html {text-align: center;
text-align: center; 
	font-family: Verdana;
	color: rgb(102, 0, 0);}

