/* Styles fuer Davids Seiten */
body {
    font-family: sans-serif;
    color: #ffffff;
    background-color: #222222;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

h1.pagetitle {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: light;
}

a.text {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
}

a:link {
	color:#ffffff;
	text-decoration:none;
}  

a:visited {
	color:#ffffff;
	text-decoration:none;
}  

a:hover {
	color:#ffffff;
	text-decoration:none;
}  

a:active {
	color:#ffffff;
	text-decoration:none;
}  

