body { 	width: 900px;	margin: 0 auto;	font-family: verdana, sans-serif;	font-size: 80%;	text-align: center;	color: #000;	background: #FCF9F0 url("bilder/sand.gif");;	}h1 { 	font-size: 1.6em;	}h1 strong { 	color: #03C;	Text-transform: uppercase;	}h2 { 	font-size: 1.2em;	}p { 	}p a { 	color: #F00;	}#menu {}#menu li {	display: inline;	list-style: none;}#menu li a {	text-decoration: none;	font-weight: bold;	padding: .2em 1em;	color: #FFF;	background: #f90;	border: 1px dotted #F00;}#menu li a:hover {	color: #FFF;	background: #f60;	border: 1px dotted #F00;}img {	border: 0;	}