html {
background: #FFFFFF;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}

body {
	color: #393938;
	font-family: philosopher,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0.2em;
}


a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #00549d;
	text-decoration: underline;
}
h1 {
	color: #393938;
	font-family: philosopher,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	margin-top: 50px;
}
h2 {
	color: #D4D4D4;
	font-family: philosopher,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 50px;
	line-height: 1em;
}
