/* -------- CSS RESET --------- */
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, 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%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


body {
font-family: Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica,Arial;
font-style: normal;
color: #000;
font-size: 12px;
line-height: 16px;
}

h1 {
font-size: 38px;
line-height: 43px;
color: #325832;
}

h2 {
font-size: 18px;
line-height: 20px;
color: #325832;
}

h3 {
font-size: 26px;
line-height: 28px;
color: #325832;
border-bottom: 1px solid;
}

h4 {
font-size: 22px;
line-height: 26px;
color: #325832;
}

h5 {
font-size: 20px;
line-height: 22px;
color: #325832;
}

a {
font-size:14px;
line-height: 22px;
text-decoration: none;
}

p {
font-family:Georgia,serif;
font-size:16px;
line-height:24px;
margin: 8px 0;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}
