BODY  { color: #ff6600; font-size: 14px; font-family: "Comic Sans MS", "Times New Roman", Arial; background-image: url("bg.gif") }
.uebs {
	COLOR: #000099
}
H1 {
	FONT-SIZE: 32px; COLOR: red; FONT-FAMILY: Comic Sans MS,Arial
}
H2 {
	COLOR: #ff9c00; FONT-FAMILY: arial
}
HR {
	WIDTH: 95%; COLOR: #009cff
}
IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
P {
	FONT-FAMILY: Comic Sans MS,Times New Roman,Arial";
	font-size: 14px;
	color :red;
	text-align:left; }

a {
	/*Generell für ALLE Links festlegen*/
	font-weight: bold;
	text-decoration: underline;
	/* KEIN Unterstrich bei Links */
	color: Blue;
	/*Schriftfarbe von Links wird ROT*/
} 

a:hover{
	/*Erzeugt den Hovereffekt beim MouseOver*/
	text-decoration: none;
	/*Jetzt aber UNTERSTRICHEN darstellen */
	font-weight:bold;
		} 
	
a:visited {
	color: #3163FF;
}
}
