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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
a {
	color:#2a3e8b;
}

p {
	margin-bottom:20px;
}

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



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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

/*li {
	margin-left: 30px;
}*/

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