/* CSS Document */

body {
	margin: 120px 10px 10px 10px;
	text-align: center;
	//font-family: Georgia, sans-serif;
	font-family:helvetica neue, Georgia, sans-serif;
	font-weight: 100;
	color: #666;
	font-size: 18px;
	}
	
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 44px;
	font-weight: 100;
	margin: 0 0 50px 0;
	
}
p {
	margin: 0 0 45px 0;

}

.name {
	font-size: 14px;
}

a {
	text-decoration:none;
	color: #00A3D3;
}


a:hover {
	text-decoration:underline;
	color:#000;
	
}

