body {
    text-align: justify;
    background-color: #FFFFFF;
    color: #555555;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    text-align: center;
    color: #FC6500;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.15em;
}

h2 {
    text-align: left;
    color: #499920;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.80em;
}

p {
    font-size: 0.60em;
}

a {
    color: #017bce;    
    text-decoration: none;
}