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

	Licensed under GPL and MIT.
*/

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

body {
	font: .82em arial, "lucida console", sans-serif;  color: #000; line-height: 150%; 
}

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

hr {
	
    margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #fff;	
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h2,h3 {text-transform:uppercase; font-weight:bold; margin-bottom: 10px;}


h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.6em;
border-bottom: 3px solid red;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

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


ul {
	list-style: none;
}



p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


