#Content {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-weight: normal;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
/* ### Images ############################################################ */

#Content img {
	display:block;
	margin:20px 20px 20px 20px;
}

#Content img.floatLeft {
	float:left;
	margin:20px 20px 20px 20px;
}

#Content img.floatRight {
	float:right;
	margin:20px 20px 20px 20px;
}
/* ### headlines ############################################################ */

#Content h1 {
	color:#ffffcc;
	background: inherit;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#Content h2 {
	color:#ffffcc;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#Content h3 {
	color:#FFFFFF;
	background: inherit;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.4em;
}

#Content h4 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#Content h5 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#Content h6 {
	background: inherit;
	color:#c4c4c4;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}

