body {
  background-color: #804040;
  font-size: medium;
  font-family: "Arial";
  border-width:0px;
  border-color:#CC0000;
}

/** Rahmen für Tabelle **/
.table {
	border-width:0px;
	border-color:#CC0000;
	border-style:solid;
	background-color:#C6C6BD;
	}

/** Schriftarten **/
.h1 {	color: black;
	font-weight: bold;
	font-size: x-large;
}
.h2 {	color: #CC0000;
	font-weight: bold;
	font-size: x-large;
}
.StilGelb {	color: #FFFF00;
	font-weight: bold;
}
.StilRot {	color: #CC0000;
	font-weight: bold;
}
.StilBlau {	color: #3300FF;
	font-weight: bold;
}
.StilLinkMenu {color: yellow;
	font-weight: lighter;
	font-size: medium;
}
.hM {	color: white;
	font-weight: bold;
	font-size: xx-large;
}
a:hover { text-decoration:none; background-color:#CC0000; }