
/* Hintergrundfarbe 
Body {background-color: Yellow} */


body
{
 color: #000000;
 background-image: url('pixel.png');
 font-family: Verdana; font-size: 12px
}



/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */

 A
 {
 text-decoration: none;
 color: #ffffff; 
  font-weight: inherit;
 font-size: 12px; 
 /* font-weight: bold; */
 font-family: Verdana
 }
 
 A:visited 
 {
 	color: #ffffff;
 }
 
 A:hover 
 {
 	color:#ffffff;
 	text-decoration: underline;
	/* font-weight: bold; '/
 }
 
 A:active 
 {
 	color: #333333;
 }
 

