/* Applies to all pages on the site except written pieces. */

html, body {
    padding: 0;
    margin: 0;
}
body { font: 13px/17px Verdana, sans-serif; }

a img { border: none; }

form { margin: 0; padding: 0; }
input,
select {
    border: 1px solid #808080;
    background-color: #282828;
    color: white;
    font: 1em Verdana, sans-serif;
}

p { margin: 1em 0; }

a { text-decoration: none; font-weight: bold; color: #886; font-size: 12px; line-height: 16px; }
a:hover { text-decoration: underline; color: white; }