/* http://meyerweb.com/eric/tools/css/reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, figure, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

/* simplest */
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 1em;
}

dt {
    margin: 1em 0;
    font-weight: bold;
}

dd {
    margin: 0 1em;
    padding-left: 1em;
    border-left: 1px solid #ddd;
}

th, td {
    padding: 0.5em;
    border: 1px solid #ddd;
}

blockquote {
    margin: 0 1em;
    padding-left: 1em;
    border-left: 1px solid #ddd;
}

pre {
    font-family: monospace;
    background: #f8f8ff;
    padding: 0.5em;
    overflow: auto;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

body {
    color: #111;
}

p, ol, table {
    font-size: 12px;
    line-height: 1.3em;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

.pagination {
    text-align: center;
    margin: 2em auto 1em auto;
}

.pagination a {
    padding: 3px 8px;
    border: 1px solid #ddd;
}


