.at7 {
	display:none;
}

body {
	text-align: center;
	min-width: 600px;
	font-family:'Droid Sans', 'Gulim', "Tahoma", "Times New Roman", Times, serif;
	background-color:#f1f1f1;
	color:#666;
}

a {
	color:#666;
}

a:hover {
	color:#CC0000;
}

a:active {
	color:yellow;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	text-align: left;
}

h1, h2 {
	font-family: 'Yanone Kaffeesatz';
}

h1 {
	font-size:50px;
	padding:0;
}

h2 {
	font-size:25px;
	width:100px;
	text-align: right;
}

ul {
	margin-left: 100px;
	margin-top:-45px;
	margin-bottom: 50px;
}

ul li {
	font-size:20px;
	list-style:square;
}

