@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
body{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	}

hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1{
	font-size: 20px;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-left: 20px;
	border-top-right-radius:20px;
	background-color: #999;
}
h3{
	font-size: 20px;
	font-weight: normal;
	background-color: #999999;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FFF;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-right-radius:20px;
}


h2{
	font-size: 20px;
	text-transform: capitalize;
	color: #666;
	font-weight: lighter;
	margin-bottom: 0px;
}


h4{
	color: #008424;
	width: 40px;
	font-size: 200%;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
p{
	color: #000;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
	}