body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background: white;
    font: 62.5%/1.3 Verdana, sans-serif;
    padding: 4.8em 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #005AAD;
}

a:hover {
    color:#ff6600;
}

li {
    list-style: none;
}

input.hidden {
    display: none;
}

fieldset, img {
    border: none;
}

input {
vertical-align: middle;
}

hr, .hidden {
    visibility: hidden;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

sup {
    vertical-align: top;
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.date, .source, .info {
    color: #999;
}

.rounded {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
