@charset "UTF-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	background:center;
	margin:25px auto;
	padding:0;
	line-height:25px;
}

a {
	color:#666;
	text-decoration:underline;
}

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


