/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY {
	font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive;
	background-color: #FFDFAA;
}
 A:active { color: rgb(255,153,51); text-decoration: none ;}
 A:link { color: rgb(153,51,51); text-decoration: none ;}
 A:visited { color: rgb(153,51,51); text-decoration: none ;}
 .TextNavBar { color: rgb(153,51,51);}
 A:hover { color: rgb(255,153,0); text-decoration: none ;}
 
