html, body { 
    background: #0A80A7;
}

div {
    outline: none;
}

strong {
    font-weight: bold;
}

h1, h2, h3 {
    font-weight: bold;
    color: #0A80A7;
}

h1 {
    font-size: 24px;
    text-align: center;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

hr {
    border: 0;
    height: 1px;
    color: #80C342;
    background: #80C342;
    margin: 8px 0;
}

a {
    color: #4183C4;
    text-decoration: none;
}

a:hover {
    color: #80C342;
}

.x-panel-body p {
    text-align: justify;
}

.x-panel-body ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 28px;
    margin-top: 6px;
}

.x-panel-body ul li {
    list-style-type: disc;
    text-align: justify;
}

#wrap {
    background: #fff;
    border: 6px solid #80C342;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 20px auto;
    padding: 20px;
    width: 640px;
    text-align: left;
}

#footer {
    color: #FAD42E;
    font-size: 12px;
    margin-bottom: 20px;
}

.m5 {
    margin: 10px;
}
