﻿body {
    color: #000000;
    background-color: #5c5c5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    overflow-x: hidden;
}

.main-content {
    max-width: 800px;
    background-color: #ffffff;
    margin: auto;
    box-shadow: 0 0 5px #333;
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}