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

	Licensed under GPL and MIT.
*/

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

body {
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #000 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


a {	color: #1085b8; text-decoration: none; }
a:hover { text-decoration: none; }



.boxyquote { background-color: #eee; border: 1px #bbb solid; padding: 1em; }
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	font-family: Georgia, serif; 
	font-weight: normal; 
	text-align: center;
}

h2 {
	font-size: 23px;
	padding: 20px 0 0;	
	text-align: center;
}

h3 {
	font-size: 21px;
	color: #333;
	background-color: white;
}

h4 {
	font-size: 19px;
	color: #F60087;
	background: #eee;
	border: 1px #999 solid; 
	text-indent: 1em;
}


h5 {
	font-size: 17px;
	padding-left: 10px;
}

h5 a {color: #1085b8; }

h6 {
	font-size: 15px;
	font-weight: bold;
	color: black;
	padding-top: 2px;
}

h6 a { color: #000; text-decoration: none: }
h6 a:hover { color: #ec008c; }


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


ol li { font-weight: bold; color: #000; font-size: 130%; }

ol {
	list-style: decimal;
	
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	color: black;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,

h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}