body,h1,h2,h3,p,div {
    font-family: Arial;
}
body {
    color: #474747;
    margin: 0;
    padding: 10px;
    text-align: center; /* !!! */
}

.centered {
    margin: 0 auto;
    text-align: left;
    max-width: 1000px;
}

h1 {
font-size: 28px;
color: #1E1F6B;
}
h2 {
font-size: 22px;
color: #1E1F6B;
}
.menu, .info{
color: #1E1F6B;
font-size: 18px;
font-weight: bold;
text-decoration: none;
display: inline-block;

}
.menu:hover {
color: #034DFF;
}
.active {
color: #034DFF;
}
p , ul, li, table{ 
line-height: 20px; 
font-size: 16px;
}
table {
border: 0px;
margin: 0px;
padding:0px;
}