@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400,300);
body {
	font-family: 'Open Sans', sans-serif; 
	background-color: #C1C1C1;
	color: #333;
	font-size: 14px;
	font-weight:300;
}

div { display: block;}
.lead {
	font-weight: 400;
	color: #E45C3F;
	}
.cv {
	font-weight: 600;
	color: white;
	}
.container {
	margin: 20px auto;
	padding: 10px 20px;
	background-color:white;
}
