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

html, body,
p, a,
ol, ul, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
blockquote {
border:none;
font-size:16px;
line-height:24px;
margin:0;
padding:0;
text-decoration:none;
text-transform:none;
}

img {
border:none;
margin:0;
padding:0;
}

html {
background:#fafafa;
color:#333;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
}

ul, ol {
list-style-type:none;
}

abbr {
border-bottom:1px dotted #333;
}
