body {
    background-color: #ddd;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    text-align: justify;
}
a {
    color: #2672af;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#frame {
    background-color: #fff;
    box-shadow: 0 0 4px -2px #000000;
    margin: 0 auto;
    width: 70%;
}
.demo {
    background-color: #2672af;
    background-image: linear-gradient(to bottom, #2672af 0%, #1d5987 100%);
    background-repeat: repeat;
    border-bottom: 1px solid #3c3c3c;
    color: #fff;
    text-align: center;
}
.demo a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
.content {
    padding: 1% 4%;
}
h1 {
    text-align: center;
}
h1, h2 {
    color: #2e74b5;
    font-weight: normal;
}
div.footer {
    color: #2e74b5;
    font-size: 80%;
    margin-top: 40px;
    min-height: 32px;
    padding: 10px;
    text-align: center;
}
div.footer a {
    color: #2e74b5;
}
nav {
    background-color: #2672af;
    background-image: linear-gradient(to bottom, #2672af 0%, #1d5987 100%);
    margin: 30px 0 0;
    overflow: hidden;
}
nav ul {
    display: table;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
nav ul li {
    display: table-cell;
    vertical-align: middle;
}
nav ul li:hover {
    background-color: #123754;
    background-image: linear-gradient(to bottom, #123754 0%, #18476d 100%);
}
nav ul li a {
    color: #ffffff;
    display: block;
    padding: 2px 14px;
    text-align: center;
}
nav ul li a:hover {
    text-decoration: none;
}