* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #999999;
/*
	position: absolute;
	left:30%;
*/
	width: 400px;
	height: 300px;
	margin: 30% auto 0;
}

h1,h2, p, li {
	text-align: center;
	margin: 10px;
}

p {
	font-size: 10px;
}

li {
	line-height: 150%;
}

ul {
	list-style: none;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

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