* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Helvetica Neue, Roboto, sans-serif;
    padding: 0px 0.5em 1em 0.5em;
    font-size: 90%;
    line-height:1.5em;
    background-color:#FFF;
}

ol, ul {
    padding-left:1.5em;
}
    
li {
    margin-bottom:1em;
} 

h2 {
    margin-bottom:1.5em;
    font-size: 1.8em;
    font-weight:bold;
    color:#1069cf;
}
    
h3 {
    margin-top:1.8em;
    margin-bottom:0.5em;
    font-size: 1.5em;
    color:#1069cf;
    font-weight:bold;
}
    
.logo {
    text-align:center;
    margin-top:1.5em;
    margin-bottom:0px;
}
    
.title {
    margin-top:1em;
    margin-bottom:1em;
    line-height: 1.2em;
    color:#000;
}
    
footer{
    font-size: 0.65em;
    line-height:1.5em;
    font-style: italic;
}

.square {
    list-style-type: square;
}

.circle {
    list-style-type: circle;
}

.alpha {
    list-style-type: lower-alpha;
}

.roman {
    list-style-type: upper-roman;
}

.underline { 
    text-decoration: underline;
}

.center { 
    text-align: center;
}

.redBox { 
    padding: 2px 5px;
    border: 2px solid red; 
}
