* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 85%;
    line-height: 135%;
}

input, textarea, select {
    font-size: 100%;
}

p, ul, ol, dl, table, pre, address {
    margin: 0.9em 0;
}

li {
    margin-left: 2em;
    margin: 0.3em 0 0.3em 2em;
}

h1 {
    margin: 1.2em 0 0.4em 0;
}

h2 {
    margin: 1.2em 0 0.5em 0;
}

h3, h4, h5, h6 {
    margin: 1.2em 0 0.4em 0;
}

blockquote {
    margin: 0.6em 3em;
    font-style: italic;
}

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

dd {
    margin: 0.3em 0em 0.9em 2em;
}

pre, tt, code {
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
    font-size: 100%;
}

a {
    font-weight: bold;
}

a:link {
    color: #0b0;
    text-decoration: none;
}

a:visited {
    color: #086;
    text-decoration: none;
}

a:hover, a:active {
    color: #00a;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 0.6em;
    vertical-align: top;
}

th {
    background: #eee;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    border-bottom: 2px solid #555;
}

td {
    border: 1px solid #555;
}

table.noborder th, table.noborder td {
    border: none;
}

img {
    border: 0;
}

big, .big {
    font-size: 130%;
    line-height: 145%;
}

small, .small {
    font-size: 70%;
}