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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
 	font-family: 'Helvetica';
	font-size: 1.8em;
	color:#970C09;
	margin-top:10px;
}

h2 {	
 	font-family: 'Helvetica';
	font-size: 1.4em;
	font-weight: normal;
	/*font-style:italic;*/
	color:#666;
}
h3 {
 	font-family: 'Helvetica';
	font-size: 1.1em;
	color:#970C09;
	font-weight: bold;
}

h4 {
 	font-family: 'Helvetica';
	font-size: 0.8em;
	font-weight: normal;
	color:#56378A;
}

h5 {
	font-size: 0.6em;
	font-weight: normal;
}

h6 {
	font-size: 0.7em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:-5px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}