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

/* Import */
@import url("reset.css");


body {
	background: #EEE;
	color: #000;
	font-size: 25px;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	clear: both;
	margin: 102px auto;
}

#index p {text-align: center; text-shadow: 1 1 1 #FFF;}

#index p a {color: #000; text-decoration: none; }

#index p a:hover {color: #666; text-decoration: none; }
