@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, p, a{
		font-family: 'Open Sans', sans-serif;
	}
a {
		text-decoration:none;
}
a:hover{
		text-decoration:underline;
}
.mt-50{
	margin-top:50px;
}