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, ol, ul, li,
fieldset, 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 {
    font-family: Arial, sans-serif;
    line-height: 1;
    background-color: #fff;
}
ol, 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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #000;
}
td, th {
    border: 1px solid #000;
    padding: 5px;
}

#sidebar { 
    float: left; 
    width: 150px;
}
#sidebar ul {
    padding-left: 10px;
}
#sidebar li {
    padding-top: 10px;
}
#content {
    padding-top: 100px;
    margin-left: 175px;
}

dd {
    padding-left: 10px;
    padding-bottom: 10px;
}
p {
    padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 8px;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: red;
}
pre {
    font-size: 90%;
    padding: 5px;
    background-color: #ccc;
}

