@charset "utf-8";
/* CSS Document */


body {
	background-color:#FFFFFF;
	font-family: Garamond, georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	margin: 0px auto;
	text-align: left;
	font-size: 62.5%; /* = 10px */
}

p {
	color:#CCCCCC;
	font-size: 1.2em;
	padding: 0px 0px 0px 5px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

span.titel {
	color:#CCCCCC;
	font-size: 1.4em;
	padding: 0px 0px 0px 5px;
	line-height: 150%;
	letter-spacing: 0.2em;
}

a {
	font-family: Garamond, georgia, "Times New Roman", Times, serif;
	font-size: 1.0em; /* = 12px */
	font-weight: ;
	text-decoration: none;
	padding: 0px 0px 0 0px;
	border: none;
}

a:link, a:visited{
	color: #cc9999;
}

a:hover, a:active{
	color: #cc9999;
	text-decoration: underline;
} 
img { border: none; }