* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

body {
	font-size: 76%;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #333;
	margin: 1em 5%;
}
body * {
	font-size: 1em;
}
a {
	font-weight: bold;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a * {
	font-weight: bold;
}
a:link {
	color: #567;
	border-color: #567;
	background-color: transparent;
}
a:visited {
	color: #456;
	border-color: #456;
	background-color: transparent;
}
a:hover {
	color: #966;
	border-color: #966;
	background-color: transparent;
}
a:active {
	color: #876;
	border-color: #876;
	background-color: transparent;
}
p {
	margin: 1em 0;
}
h1 {
	font-family: Georgia,"Times New Roman",serif;
	letter-spacing: -0.05em;
	font-size: 2.4em;
	text-align: center;
	margin: 1em;
}
a.export {
	font-size: 1.2em;
	padding: .5em;
	background-color: #966;
	color: #fff;
	border: 1px dotted #c99;
}
a.export:hover,
a.export:focus {
	background-color: #567;
	border: 1px dotted #89a;
}
a.subscribe {
	float: left;
}
a.download {
	float: right;
}
li {
	list-style: none;
}
