body {
    font-family: helvetica;
    margin: 0;
    padding: 0;
    background-color: #ddd;
    line-height: 20px;
}


h1 {
    margin-bottom: 2px;
}

#container {
    width: 1000px;
    background: url("images/background_stackable.png");
    background-repeat: no-repeat;
}

#content {
    font-size: 15px;
    color: #000000; 
    padding: 10px 40px 0 10px;
}

#apprise_logo {
    vertical-align: top;
    padding-top: 4px;
}

#credits {
    position: absolute;
    top: 1100px;
}

.first_letter {
    float: top;
    font-size: 28px;
    font-family: Georgia Helvetica;
}

.second_letter {
    float: top;
    font-size: 20px;
    font-family: Georgia Helvetica;
}

.orderedList li {
    margin-top: 10px;
    font-size: 15px;
}

.small {
  font-size: 12px;
}

.dark {
  color: #333;
}

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

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

a:hover {
    color: #222;
}
