@import "/c/layout.css";
@import "/c/forms.css";

/*
TYPOGRAPHY
================================ */

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

h1, h2, h3, h4, h5, h6 {
margin-bottom:.6em;
color:#551E0A;
font-size:2em;
letter-spacing:2px;
font-weight:normal;
font-family:georgia, serif;
}

h2, h3, h4, h5, h6 {
margin:1.2em 0 .6em 0;
font-size:1.5em;
}

p, ul, ol, dl {
margin-bottom:1em;
font-size:1em;
line-height:1.6;
}

ul, ol {
margin-left:2em;
}

img {
border:0;
}

.access {
position:absolute;
top:-500em;
}