/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #3b2b00;
}

a:focus {
	outline: none;
}

a {
}

a:hover {
}

hr {
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color: #7f0e0f;
}

h2 {
	font-size: 20px;
	color: #7f0e0f;
}


h3 {
	font-size: 16px;
}

h3.header {
	font-size: 13px;
	margin: 0px;
	font-style: italic;
	color: #fef2dc;
	font-weight: normal;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
	border-bottom: 1px solid #7f0e0f;
	
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
}

li {
}

p {

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
table,
address,
fieldset {
	margin: 0 0 0 0;
}

h6 {
	margin: 10px 0 10px 0;
}
