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

	Licensed under GPL and MIT.
*/

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

h3 {
	color:#592286;
	font-size: 28px;
	font-style: normal;
	font-weight: 200;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: 10px
}

h4 {
	font-size: 19px;
	font-weight: 200;
	text-transform: normal;
	margin-bottom: 0px;
	text-align: center;
}

h5 {
	font-size: 19px;
	font-weight: 200;
	text-transform: normal;
	margin-bottom: 0px;
	text-align: left;
}

h6 {
	font-size: 15px;
	font-weight: 200;
}


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

p.bump {
	padding-bottom: 20px;
}


ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
