/* CSS Document */

body {
    font-family: 'Verdana', Sans-serif;
    background-color: #262626;
    color: #cccccc;
}

/* Layout */

.content {
    margin-left: 5%;
    padding-top: 2em;
    font-size: 105%;
    align-content: center;
}

.head {
    font-size: 130%;
    padding-bottom: 0.5em;
}

.block {
    padding-bottom: 0.5em;
}

/* Text Elements */

h1 {
    font-size: 100%;
    font-weight: bold;
}

h2 {
    font-size: 100%;
    font-weight: bold;
}

p {
    line-height: 160%;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 0;
    line-height: 160%;
}

a {
    text-decoration: none;
    color: #cccccc;
}