/* --- Basic Typography --- */

body {
font-size: 76%;
font-family: Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
}

h1 {
font-weight: 700;
font-size: 3.0em;
}

h2 {
margin: 0em 0em 0.4em 0em;
font-weight: 700;
font-size: 2.4em;
line-height: 1em;
}

h3 {
margin: 1.2em 0em 0.8em 0em;
font-weight: 400;
font-size: 1.8em;
}

h4 {
margin: 1.0em 0em 0.3em 0em;
font-weight: 700;
font-size: 1.3em;
}

p {
font-size: 1.0em;
margin: 1.2em 0em 1.2em 0em;
}

li p {
margin-top: 0.2em;
}

pre {
font-size: 1.0em;
font-family: monospace;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

