/*basic typography*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
line-height: 62.5%;
}
* html body {
font-size: 71%;
line-height: 71%;
}
a:link {
color: #822000;
}
a:visited {
color: #904237;
}
a:hover {
color: #50191D;
}
a:active {
color: #AB5424;
}
p, li, li li {
font-size: 1.1em;
line-height: 1.3em;
}
p {
margin-bottom: 1em;
}
#content-main li {
margin-left: 1.5em;
list-style: square;
margin-bottom: .2em;
}
li ul {
margin-top: .4em;
}
li li {
margin-left: 1.5em;
margin-bottom: .3em;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #822000;
}

h1 {
font-size: 2em;
margin-bottom: 0.5em;
line-height: 1.1em;
}

h2 {
font-size: 1.8em;
margin-bottom: 0.2em;
line-height: 1.1em;
}

h3 {
font-size: 1.5em;
line-height: 1.2em;
margin-bottom: .5em;
}

h4 {
font-size: 1.3em;
line-height: 1.2em;
margin-bottom: 0.3em;
}
h5 {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 1em;
}
select, input, textarea { font: 99% arial, helvetica, clean, sans-serif; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

blockquote {
padding-top: 1em;
border-top: 1px solid #FFFFFF;
}
blockquote p {

}
sup {
font-size: 55%;
vertical-align: baseline;
position: relative;
top: -0.7em;
}
