body {
	background-color: #FFF;
}
p {
	color: #000;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 15px 0;
	line-height: 15px;
	font-weight: normal;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFAD40;
	text-decoration: none;
}
a:active {
	color: #ff0;
	text-decoration: none;
}
h1 {
	color: #333;
	font-size: 30px;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: -0.6px;
	margin-right: 10px;
	margin-left: 10px;
}
h2 {
	color: #666;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
h4 {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

