
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	line-height: 20px;
	}
a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover{
	-ms-transform: translate(0px,-3px); /* IE 9 */
  -webkit-transform: translate(0px,-3px); /* Safari */
  transform: translate(0px,-3px);
	}
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: 30px;
	margin-bottom: 30px;
	clear:both;
}
h1{
	font-size: 16px;
	text-transform: capitalize;
	background-color: #F2F2F2;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #06C;
	color: #06C;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
h3{
	font-size: 16px;
	text-transform: capitalize;
	background-color: #F2F2F2;
	padding: 5px 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666;
	color: #666;
	font-weight: normal;
}
