body {
	background: #f5f5f5 url(bg-top.png) 0 0 repeat-x;
	color: black;
	margin: 0;
	padding: 0;
	text-align:center;
}

a {
	text-decoration: none;
	color: #000;
	background: none;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #638334;
	}
