@charset "UTF-8";
/* CSS TYPOGRAPHY STYLESHEET WRITTEN BY RYAN JAMES RAGSDALE. STEAL AT WILL. */

p {
margin-bottom:24px;
}

h1, h2, h3 {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing:-1px;
padding:24px 0;
}

h1 {
color:#06c;
font-size:48px;
}

h2 {
clear:left;
color:#f33;
font-size:36px;
}

h3 {
font-size:24px;
}

a, a:link {
border-bottom:1px solid #06c;
color:#06c;
padding-bottom:2px;
}

a:visited {
border-color:#c3c;
color:#c3c;
}

a:hover {
border-color:#f33;
color:#f33;
}

a:active {
color:#333;
}

.firstsentence {
font-style:italic;
}

#footer p, #footer a {
font:10px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
