body {
    font-family: sans-serif;
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}

h1 {
    border-bottom: 5px solid green;
}

h1.header {
    background-image: url(/arcacmf_logo.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: 30px;
    padding-left: 70px;
}

h2 {
    border-bottom: 2px solid green;
    page-break-before: always;
    padding-bottom: 5px;
}

h3 {
    border-bottom: 1px solid green;
    page-break-before: always;
}

p {
    text-align: justify;
}

a:link, a:active, a:visited {
    color: grey;
    text-decoration: none;
}

a:hover {
    color: green;
    text-decoration: underline;
}

img {
    border: 0px none;
}
