
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
    font:20px/1.49999 'latoregular', Arial, Helvetica, sans-serif;
    color:#0a303d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
	background-color: #e9eced;
}

a {
    color:rgb(103, 102, 100);
}

h1,h2,h3,h4,h5 {
    font-weight:400;
}

h2 {
	font-size:20px;
	font-family: geneva,helvetica,arial,"lucida sans",sans-serif;
	font-weight: 700;
	text-align: center;
    margin-bottom: 30px;
}

p {
    margin-top:10px;
	font-family: geneva,helvetica,arial,"lucida sans",sans-serif;
	font-size:16px;
}

.container {
    position:relative;
    margin-left:20px;
	margin-top: 50px;
}