body {
	background-color: #ccc;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

p {
	margin: 0 0 14px 0;
	line-height: 18px;
}

a:link {
	color: #008bd5;
	text-decoration: none;
}

a:visited {
	color: #008bd5;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #008bd5;
}

h1, h2 {
	margin: 0 0 7px 0;
/*	overflow: hidden;*/
	font-weight: normal;
	letter-spacing: 0.05em;
	border-top: 1px solid #d5d5d5;
	padding-top: 12px;
}

h1 {
	font-size: 24px;
	margin: 0 0 13px 0;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 12px;
}

ul {
	margin: 0 0 1em 0;
	line-height: 18px;
	list-style-type: none;
}
hr {
	height: 1px;
	border: 0;	
	border-top: 1px solid #d5d5d5;
	margin-bottom: 10px;
}
