@charset "UTF-8";
/* Body */
body {
	font-family: Myriad,Helvetica,Arial,Lucida,sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	color: #666;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 1.4em;
	padding-top: 80px;
}


p {
	font-size: 1em;
	color: #000;
	line-height: 1.5;
}

a:link { color: #155d9a; text-decoration: none; }
a:hover { color: #72717b; text-decoration: none; }
a:visited { color: #155d9a; text-decoration: none; }