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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {bottom: 20px; left: 70px; position: relative;}    

h2 {
	color:	#FFF;
	font: 20px "Times New Roman";
	left: 500px;
	line-height:.8;
	margin-top: 30px;
	position: absolute;
	top: 10px;
	text-shadow: -2px 2px 8px #000; -moz-text-shadow: -2px 2px 8px #000; -webkit-text-shadow: -2px 2px 8px #000;
}
h2 span{
	font-size:	30px;
	font-style:italic;
	margin-left:30px ;
}

h3{
  border-bottom:2px solid #F27DB1;
  font: 20px Verdana;
  font-weight:bold;
  text-align:center;
  margin-top: 0;
}

h4 {
	font: 14px Verdana bold;
	padding-top:30px;
	text-align:center;
}
h5 {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 15px;
	margin: 0;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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