@import url(styles.css);

* {
margin: 0;
padding: 0;
}

body,
html {
margin-top: 1em;
background:#fff;
color:#000;
}

body {
min-width:750px;
}

p {
margin: 0.5em 0;
}

/* =============== fonts =============== */
body {
font: 12px/18px "Lucida Grande", Verdana, Arial, Helvetica, serif;
}

#header, #nav, h1, h2, h3, h4 {
font-family: helvetica, arial, verdana, sans-serif;
}

.note {
color: #aaa;
font-size: 11px;
}


/* =============== headings =============== */

h2, h3 {
margin: 1em 0 0 0;
}

h3 {
font-size: 1.2em;
}

/* =============== links =============== */

:link, :visited {
text-decoration: none;
color: #f30;
border-bottom: 1px solid #ddd;
}

:visited {
border-bottom: 1px solid #eee;
}

a:active {
color: #f00;
}

