@charset "utf-8";
/* CSS Document */
a {
	text-decoration: none;
	color: #000000;	
	font-weight: 600;
	margin-top: 10px;
}

a:hover {
	text-decoration: none;
	color: #FF0004;	
}

p {
	line-height: 7px;
}
