/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/


hr {
	border: 1px dashed #67ae97;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}


p {
	paddding: 0px;
	margin: 0px;
}
/* =Headings
--------------------------------------------------------------------------------*/



/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
ol,
ul,
pre,
address,
fieldset {
	margin-bottom: 20px;
}

/*a:link {
	color: #1e249f;
	text-decoration: underline;
}

a:visited {
	color: #1e249f;
	text-decoration: underline;
}

a:hover {
	color: #67ae97;
	text-decoration: underline;
}*/