body {
    margin:1em auto;
    max-width:40em;
    padding:0 .62em;
    font:1.2em/1.62em sans-serif;
}

blockquote {
    font: 0.5em serif;
}

a {
    border-bottom: 1px solid #444444;
    text-decoration: none;
    color: #000000;
}

a.hidden {
    text-decoration: none;
    border-bottom: none;
    color: #000000;
}

pre {
    line-height:1;
    font-size:14px;
}

h1,h2,h3 {
    line-height:1.2em;
}

video {
    width:100%;
    height:auto;
}

.small {
    width:auto;
    height:auto;
}


table {
    font-family: Helvetica, Arial, sans-serif; /* Nicer font */
    border-collapse:
    collapse; border-spacing: 0;
}

td, th {
    border: 1px solid #CCC; height: 30px;
    padding: 5px;
} 

th {
    font-weight: bold; /* Make sure they're bold */
}

td {
    text-align: center; /* Center our text */
}
