* {
	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 {
 height: 60px;
text-align: center;
margin: 1em;
text-indent: -9999em;
background: transparent url('http://u1.ipernity.com/u/3/0A/CF/1167114.f45c179a1.l.jpg') top center no-repeat;

}
a.export {
	font-size: 1.2em;
	padding: .5em;
	background-color: #40556A;
	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;
}