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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 'Verdana', Arial, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	background-color:#e3f7bb;
	border-color:#e3f7bb;
	border:1px solid;
	clear:both;
	color:#e3f7bb;
	display:block;
	height:5px;
	margin:10px 0;
	width:100%;
}

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

ol {list-style: decimal}

ul {list-style: disc}

li {margin-left: 30px}

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

h1,
h2,
h3,
h4,
h5,
h6{margin:0.5em 0 0.25em}
