body {
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 11pt;
}

h2 {
    color: #906;
}

input {
    font-size: 11pt;
}

#buttons input {
    font-size: 13pt;
    padding: 0.5em;
}

#constrain {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#grid {
    margin-left: auto;
    margin-right: auto;
}

#grid img {
    border: 1px solid #f9c;
}

hr {
    background-color: transparent;
    color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.footer {
    text-align: center;
}

.meta {
    color: #666;
}

.footer .meta {
    color: #999;
}

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

a:hover {
    color: #c06;
    border-bottom: 1px solid #c06;
}

.footer a {
    color: #c69;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.footer a:hover {
    color: #99004c;
    border-bottom: 1px solid #99004c;
}

