*{
	font-family: "Trebuchet MS", Verdana, Arial, sans serif;
	line-height: 24px;
	color: #f6f0d0;
}
body{
	/* 
		101% 69%, 76%, 86%, 93% geteste Werte!
		Aus jeden Fall ACHTUNG, da sonst falsche Darstellung im IE
	*/

	font-size: 15px;
}

p{
	padding-bottom: 20px;
	letter-spacing: 0px;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.8em;
}
h3{
	padding-top: 20px;
	font-size: 20px;
	font-weight: normal;
}
h4{
	font-size: 18px;
	font-weight: normal;
}
h5{
	font-size: 16px;
	font-weight: normal;
}
h6{
	font-size: 16px;
	font-weight: normal;
}

em{}
strong{}
blockquote{}
q{}

a:link{
	color: white;
	font-weight: normal;
}
	a:visited, a:active, a:hover{
		text-decoration: none;
	}