.logo {
    height: 100px;
    background: url('../images/logo.png') no-repeat;
    background-size:contain;
    background-position: center;
}

.titlebar {
    background-color: #007bc7;
    height: 33px;
}

.subTitlebar {
    background-color: #8fcae7;
    height: 11px;
}

.content {
    padding: 10px;
    width: 80%;
    font-size: 12px;
    margin: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    font-weight: bold;
    color: #114476;
    font-size: 18px;
}