body {
    background-color: #dfdfdf;
    font-family: Arial, Helvetica, sans-serif;
    color: #515151;
    font-size: smaller;
    line-height: 130%;
}

.bordercolumn {
    border: 1px solid #ccc;
    margin: 5px;
    padding-top:10px;
}

#header img {
    width: 100% !important;
}

a {
    color: #0164ef;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {

    color: #555555;
}

h2, h3 {
    color: #25408e;
}

a {
    text-align: left;
}

li {
    margin-bottom: 5px;
}

#wrapper {
    max-width:1000px;
    margin: auto;
    background-color: #ffffff;
}


.black {
    color: #000000;
}

.red {
    color: red;
}

.green {
    color: #00c800;
}

.question {
    font-weight: bold;
}

