* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background: #fff url(pagebg.gif) 0 0 repeat-x;
	color: #333333;
	font-size: 17px;
}


a {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

