body {
	background: #FFF url(back.png) repeat;
  	color: #ce2900;
	font-weight: bolder;
	font-size: x-large;
}


p {
	font-weight: bold;
	color: orange;
	font-size:12pt;
	font-family:"Trebuchet MS";
}

/* Hyperlinks allgemein */
a { /* Unterstreichung entfernen */ 
	text-decoration: none; 
	outline: none;
	font-size: 15px;
}
a:link {color: #ce2900; }
a:visited {color: #e82f00; }
a:hover, a:focus {
	border-bottom: 1px solid #ce2900;
}
a:active {
	color: white;
	background-color: #ce2900;
}





