/*
     960 Grid System ~ Text CSS.
     Learn more ~ http://960.gs/

     Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

html { font-size: 125%; }

body
{
     font: 62.5%/1.6 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
     font-family: garamond, 'times new roman', times, georgia, serif;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
     color: #0f3077;
}

#content h1 {
     text-shadow: 1px 1px 0px #f3f3f3;
}

a:focus
{
     outline: 1px dotted invert;
}

hr
{
     border-color: #103278;
     border-style: solid;
     border-width: 1px 0 0;
     clear: both;
     height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
     font-size: 3em;
     letter-spacing: -2px;
}

h2
{
     font-size: 2.5em;
     letter-spacing: -1px;
}

h3
{
     font-size: 2em;
     letter-spacing: -1px;
}

h4
{
     font-size: 1.7em;
}

h5
{
     font-size: 1.4em;
}

h6
{
     font-size: 1.2em;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
     list-style: decimal;
}

ul
{
     list-style: square;
}

li
{
     margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
     margin-bottom: 20px;
}

