﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #444444;
}

a:link, a:visited
{
    color: #6a963b;
    font-weight:bold;
}

a:hover
{
    color: #FF0000;
    text-decoration: none;
}

a:active
{
    color: #003300;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 2.2em;
    color: #6a963b;
}

h4
{
    font-size: 1.1em;
    font-weight:bold;
    font-style:italic;

}

h5, h6
{
    font-size: 1em;
}


