h1 {

}

h2 {
    font-size : 1.25em;
    color : #45679A;
    text-transform: uppercase;
    text-align:left;
}

h3 {
    font-size : 1.1em;
    color : #45679A;
    text-transform: uppercase;
    text-align:center;
}

/* TODO : Replace with instances of h2  */
p.article_header {
    text-indent : 0em;
}

p.article_body {
    text-indent : 1em;
    text-align  : justify;
}

.highlighted_text {
    background-color : yellow;
    font-weight      : bold;
    font-size        : 150%;
}

