*,html,h1,h2,h3,h4,h5,span,p,div,a,a:hover {
    color: #666;
}
#band {
    background-color: #444;
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #222;
}
.container {
    width: 300px;
}
#main-speech {
    margin-top: 2em;
}
.speech .huge {
    color: #444;
    font-size: 60px;
    margin-bottom: 0em;
}
hr {
    margin: 0.5em 0;
}
ul {
    padding-left: 1em;
}
.speech .medium {
    font-size: 38px;
}
.speech .small,
.speech .small ul li {
    font-size: 26px;
}
.push--bottom {
    margin-bottom: 1em;
}
footer {
    margin-top: 0;
    color: #999;
    font-size: 12px;
}
.bluey {
    color: #AAC5D7;
}
