/*body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background: #f2f2f2;
}*/
a, a:visited, a:hover {
    color: #006baa;
    text-decoration: none;
}
header {
    padding:20px;
}
.footer2 {
background: #b2b2b2;
color: #fff;
padding: 25px;
}

.container {
    width:800px;
    margin:0 auto;
    background-color: #fff;
}

table {
    width:100%;
}
td {
    padding: 5px 25px;

}
td:nth-child(2) {
    width:40%;
	text-align: right;

}
.text-center {
    text-align: center;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
	font-size: 20px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}


body {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	background: #f2f2f2;
}