body {
    background-color: #f5f5f5;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 108%;
    color: #333333;
}

h1, h2, h3, h4, h5, h6, .header, .header a {
    color: #444444;
    text-decoration: none;
}

h1 small, h2 small, h3 small {
    color: #555555;
    font-style: italic;
    font-size: 60%;
}

a {
    color: #0000bb;
}

h1 {
    font-size: 150%;
    margin-top: 0px;
    margin-bottom: 20px;
}

h2 {
    font-size: 135%;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

h3 {
    font-size: 120%;
}

a:hover {
    text-decoration: none;
}

ul.icons {
    margin: 0px;
    padding: 0px;
    padding-right: 20px;
    padding-top: 10px;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding-right: 2px;
}

ul.icons li img {
    width: 30px;
    transition: transform 0.5s, -ms-transform 0.5s, -webkit-transform 0.5s, box-shadow 0.5s;
}

ul.icons li img:hover {
    transform: scale(1.30, 1.30);
    -ms-transform: scale(1.30, 1.30);
    -webkit-transform: scale(1.30, 1.30);
}

#logo {
    width: 50px;
    margin-left: 20px;
}

.page, .footer {
    width: 900px;
    margin: 0px auto;
}

.page {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 5px 15px #aaaaaa;
    border-radius: 3px;
    padding: 0px;
    margin-top: 25px;
}

.header {
    border-bottom: 1px solid #cccccc;
    padding: 20px 10px 15px 10px;
    margin: 0px;
}

.header div {
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
}

.header div div {
    position: relative;
    top: -10px;
}

.header .icons {
    float: right;
}

.body {
    padding: 40px;
}

.subsection img {
    float: right;
    width: 100px;
    margin-left: 20px;
}

.footer {
    color: #555555;
    clear: both;
    padding-top: 25px;
    margin-bottom: 30px;
    font-style: italic;
    font-size: small;
    text-align: center;
}
