html, body {
    height: 100%;
} 
ul, li, dd, dt, h1, h2, h3, h4, h5, h6, span, div, a {
    margin: 0;
    padding: 0;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.small {
    font-size: 7.5pt;
}
img {
    border: 0;
    display: block;
}
.thumbnail {
    border: 1px solid #424242;
}
