body {
	margin: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 70%;
	color: #333; 
	text-align: center;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #E40079;
	text-decoration: underline;
}

h1, h2 {
	margin: 0 0 10px 0;
	overflow: hidden;
	font-size: 2em;
}

h1 {
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}

h1.hide {
	display: none;
}

h3 {
	font-size: 1em;
}

ul {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	list-style-type: none;
}
hr {
	height: 1px;
	border: 0;	
	border-top: 1px solid #d5d5d5;
	margin-bottom: 10px;
	margin-right: 20px;
}
