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,
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-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
html { background-color: #eee; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; }
body { width: 700px; background-color: #fff; color: #000; padding: 40px; margin: 0px auto; }
h1 { font-size: 160%; font-weight: bold; margin-top: 10px; margin-bottom: 20px; }
h1 span { margin-left: 10px; font-size: 50%; color: #333; }
#intro { background-color: #ececec; padding: 20px 30px 20px 30px; margin-bottom: 20px; }
#intro p { font-size: 110%; font-family: Georgia, Times, "Times New Roman", serif; line-height: 2em; padding: 0px; }
#content p { font-size: 90%; line-height: 1.8em; margin-top: 10px; margin-bottom: 10px; }
#content h2 { margin: 0px; padding: 0px; margin-top: 20px; margin-bottom: 10px; font-size: 120%; }
#content ul { list-style-type: none; margin: 0px; padding: 0px; }
#content ul li { float: left; margin-right: 10px; line-height: 1.8em; padding: 0px 10px 0px 10px; }
#content ul li:hover { background-color: #ececec; }

form { font-size: 90%; color: #000; }
input { border: 1px solid #eee; width: 300px; margin-bottom: 5px; }
textarea { border: 1px solid #eee; width: 500px; margin-bottom: 5px; }
input.submit { width: 100px; }

.break { clear: both; }
