@CHARSET "ISO-8859-1";

/*************************************************************************/
/* Basic typography                                                      */
/*************************************************************************/
body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #3c3c23;
    line-height: 1.3;
}

/* General element spacing */
p, ul, ol {
    /* Should match line-height above */
    margin-bottom: 1.3em;
}

/* Heading font settings */
h1, h2, h3, h4, h5, h6 {
    color: #0087dc;
}

/* Heading spacing */
h1 {
    margin-bottom: 0.5em;
}
h3, h4, h5, h6 {
    margin-bottom: 0.1em;
    padding-top: 0.2em;
}

/* Other heading settings */
h1 {
    font-size: 2.2em;
    margin-bottom: 0.8em;
}

h1 span {
	display: block;
	font-size: 0.5em;
	color: #939173;	
}

h2 {
    font-size: 1.6em;
    margin-bottom: 0.8em;
    color: #6ed700;
}

h2 a {
	color: #6ed700;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2 span {
	display: block;
	font-size: 0.5em;
	color: #939173;	
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

/* List markers */
li {
    list-style-position: outside;
    margin-left: 3em;
}

/* Links */
a {
	color: #3c3c23;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 { 
    margin-bottom: 0.1em;
 } 