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

	Licensed under GPL and MIT.
*/

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

body {
	font: 11px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#333333;
}



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

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

h1 {
	font-size: 14px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 4px;
}

h2 {
	font-size: 12px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 4px;
}

h3 {
	font-size: 11px;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}


p {
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}

A {
	text-decoration:none;
	color:#FFA800;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
	color:#FFA800;
	font-weight:bold;
}
