body {
	background : url(images/bg.jpg) no-repeat;
	background-color : Black;
	margin-left : 0;
	margin-top : 0;
}

/* die normale Schrift definieren für ... */
body, p, ul, ol, li, div, pre, blockquote, nobr, td, th {
	color:#FFFFFF;
	font-family: Verdana;
	font-size:8pt;
	font:bold;
}


/* Links*/
a:link {
	color: #9E7C4E;
	text-decoration : none;
}
a:visited {
	color: #9E7C4E;
	text-decoration : none;
}
a:hover {
	color: #9E7C4E;
	text-decoration : underline;
}




