@import "/c/good-stuff.css";

@import "/c/shite-stuff.css";

@import "/c/form.css";

body {
font-family:verdana, helvetica, arial, sans-serif;
font-size:76%;
}

/* ========= headings and paragraphs ============ */

h1, h2, h3, h4, h5, h6 {
margin-bottom:.6em;
color:#155d2a;
font-family:"Trebuchet MS", helvetica, arial, sans-serif;
font-size:1.7em;
}

h2, h3, h4, h5, h6 {
margin-top:1.5em;
font-size:1.5em;
}

p {
margin-bottom:1.2em;
font-size:1em;
line-height:1.6;
}

img {
display:block;
border:0;
}

/* ========= lists ============ */

ul, ol {
margin:0 0 1.6em 2em;
line-height:1.6em;
}

dl {
font-size:1em;
}

dl p {
font-size:100%;
}

dt {
margin:.4em 0;
font-size:1.1em;
font-weight:bold;
}

ul ol {
list-style:lower-alpha;
}

/* ============ anchors ============= */

a:link {
color:#1d7f39;
}

a:visited {
color:#769780;
}

a:hover {
color:#ff8400;
}

a:active {
color:red;
}


/* ===============================
CONTENT
=============================== */

h2 {
clear:both;
background:#e8ebd9;
}

p img {
padding:1px;
border:1px solid #aaa;
}

.img-left {
float:left;
margin:0 10px 10px 0;
}

.img-right {
float:right;
margin:0 0 10px 10px;
}
