body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #393939;
}
body {
	background: #000 url(http://www.dennisschulz.com/graphic/background_2010.jpg) repeat-y top center;
	margin: 0;
	height: 100%;
	/* overflow: hidden; */
}
#content {
	position: relative;
	margin: 100px auto;
	width: 900px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #bd0469;
	display: inline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #393939;
	display: inline;
}
a:link {
	text-decoration: none; 
	color:#a70956;
}
a:hover, a:active {
	text-decoration: underline; 
	color:#393939;
}
a:visited {
	text-decoration: none; 
	color:#a70956;
}
