
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
* {
    margin: 0;
    padding: 0;
    color: #333;
    background: transparent;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 101%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.60em;
    text-decoration: none;
    text-align: left;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}
:focus {
    outline: 0;
}
ul, ol, dd {
    line-height: 1.50em;
    margin-left: 2em;
}
ol {
    list-style-type: decimal;
    list-style-position: outside;
}
dt { font-weight: bold; }
dd { padding: 0; }
table { 
    border-collapse: separate;
    border-spacing: 0;
}
table th { font-weight: bold; }
hr {
    display: block;
    width: 100%;
    height: 1px;
    color: #aaa;
    background: #aaa;
    border: none;
}

code, pre, var {
    margin: 0.80em 0;
    font-family: "Palatino Linotype", "Courier New", monospace;
    line-height: 1.50em;
}
code strong, pre strong,
var strong, .monospace strong {
    color: #c33;
    background: inherit;
}
del {
    color: #888;
    background-color: inherit;
    text-decoration: line-through;
}
abbr {
    font-size: 0.90em;
    text-transform: uppercase;
    border-bottom: 1px dashed #ddd;
    cursor: help;
}
acronym {
    font-size: 0.90em;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
strong { font-weight: bold;}
em, i, cite { font-style: italic;}
u { text-decoration: underline;}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

s, strike { text-decoration: line-through; }
sub { vertical-align: sub; }
sup { vertical-align: sup;  }
u { text-decoration: underline;  }

p {
    margin: .5em 0 1em 0;
    line-height: 1.50em;
}
a {
    color: #06c;
    background-color: inherit;
    text-decoration: underline;
}

a:visited { color: #77c; background: inherit; }
a:hover { color: #222; background: inherit; }
a:active { color: #333; background: inherit; }

blockquote, q {
    margin: 0.8em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    quotes: "" "";
}
blockquote p, q p {
    margin: 0;
    padding: 0.8em;
    color: #666;
    background: inherit;
}



fieldset { border: 0; }
.input { clear: left; }
label {
    display: block;
    float: left;
    padding: 3px;
    font-weight: bold;
}

body {
    font-size: .85em;
    text-align: center;
    color: #333;
    background: #f5f7ff;
    font-family: Helvetica, Arial, sans-serif;
}

#container {
    width: 740px;
    margin: 2ex auto;
    text-align: left;
}
#header {
    background: #234;
    font-size: .8em;
    padding: 3px 20px;
    border: 1px solid #666;
}
#header h1 {
    color: #ddd;
    font-size: 2.2em;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}
#navigation {
    font-size: 0.9em;
    color: inherit;
    background: #eee;
    border: solid #999;
    border-width: 0 1px;
    margin: 0;
    padding: 0.5em 1em;
}
#navigation li {
    display: inline;
    margin: 0;
    padding: 0 0 0 1em;
}
#navigation li a {
    text-decoration: none;
    color: #339;
}
#content {
    color: inherit;
    background: #f9f9f9;
    border: solid #999;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 20px;
    clear: both;
}
#footer {
    color: inherit;
    background: #eef;
    font-size: .75em;
    border: solid #999;
    border-width: 0 1px 1px;
    clear: both;
    padding: 10px 20px;
    margin: 0;
}
#footer p {
    padding: 0;
    margin: 0;
}
