
body{
	color: #162e5a;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h1,h2{
	font-weight: normal !important;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px;
	color: #595959;
}


h2{
	font-size: 60px;
	line-height: 35px;
	color: #595959;
}

p{
	margin: 2px 0px;

}

a:hover,a:active,a:focus {
	outline: 0;
}

.center{
	text-align: center;
}



