body {
    background-color: #0030A0;
    margin: 5px;
    overflow: auto;
}

body, td, th {
    font-family: Arial, serif;
    color: #FFFFFF;
    font-size: 12px;
}

a:link {
    color: #ffc800;
}

a:visited {
    text-decoration: none;
    color: #ffc800;
}

a:hover {
    background-repeat: repeat;
    color: #ffc800;
}

a:active {
    text-decoration: none;
    color: #ffc800;
}

a img {
    border: 0;
}

.centered {
    text-align: center;
}

#ContentBox {
    background-color: #00005B;
    width: 500px;
    margin: 0 auto 30px;
}

.header {
    margin: 10px 0;
    color: white;
    font-family: arial, serif;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

.textBlock {
    margin: 20px 0;
    font-size: 12px;
    color: white;
    font-family: arial, serif;
    text-align: justify;
}

.imageLabel {
    color: white;
    font-size: xx-small;
    font-family: arial, serif;
    text-align: center;
    margin: 10px 0;
}

.foto {
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 5px;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}