	
	/* Style */
*{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.center{
	width: 550px;
	margin: 20px auto 0;
}
p{
	color: #333;
	font-size: 12px;
	line-height: 1.8em;
	font-style: italic;
}
p a{
	color: #600;
	padding: 2px;
}
p a:hover{
	color: #000;
	text-decoration: none;
	background-color: #600;
}
