body {
    margin: 0;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    font-size: 36px;
    background-color: #6B6A68;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
}

p,
ul,
li,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.clearer {
    clear: both;
}

img {
    border: none;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 24px;
}

