/*
 * This section styles the text elements of the page
 *
 */ 
body {
    
    font: normal normal normal 10px / 1.8  "Palatino Linotype" ,Georgia, serif;  
	color: #000;
}

a:focus {
    outline: 1px dotted;
}


/* Headings------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family:Helvetica,Arial,sans-serif;
    font-weight: normal;
	text-transform:capitalize;
}

h1 {
    font-size: 3.6em;	line-height:1;
}

h2 {
	font-size: 2.4em;	line-height:1.5;
}

h3 {
	font-size: 1.8em;	line-height:1;
}

h4 {
	 margin-top:0.643em; font-size: 1.4em;	line-height:1.286;
}

h5 {
	text-indent:2em; margin-top:0.75em; font-size: 1.2em;  line-height:1.5;
}

p {
    margin-top: 1.636em;	font-size: 1.2em;	line-height:1.636;
}
/*---- Other Elements---- */

code {
	font-family: consolas,'deja vu sans mono','lucida sans typewriter',monaco,monospace;
	font-size:1.1em;
	font-style:italic;
}
/* -----Spacing------------------------------------*/
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 3em;
}

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {

}