body { text-align:center;}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;	
}

h1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}

.fuss {
width: 1000px;
padding-top: 5px;
border-top: dashed #ccc 1px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
font: 9px Verdana, Arial, Tahoma, san-serif;
color: #333;
line-height: 14px;
text-align: center; }

.fuss a:link,
.fuss a:visited {
	color: #3399FF;
	text-decoration: none; }

.fuss a:hover {
	color: #333;
	text-decoration: none;
}