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

#content
{
	
}

#content a
{
 	
	color: #C63;
	text-decoration: underline;
}

#content a:hover
{
	text-decoration: none;
}


#content p
{
	margin: 20px 0 0 0;
}

