*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background-color: #fff;
	font-family: "source_sans_proregular";
	font-size: 15px;
	color:#333;
}

a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}

