*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}a{text-decoration:none;outline:none;}strong{font-weight:bold;}em{font-style:italic;}* a{position:relative;}a img{border:none;}p{margin:1em 0;}ul{margin:1em 0;}ul li{list-style:disc;margin:0 0 0 2em;}.clear{clear:both;}.hidden{display:none;}.align-left{float:left;}.align-right{float:right;}.align-left-margin{float:left;margin:0 1em 1em 0;}.align-right-margin{float:right;margin:0 0 1em 1em;}

body {
	background:#222;
	line-height:1.6em;
	color:#999;
	font-family:Lucida Grande,Arial,sans-serif;
	font-size:14px;
}

p {
margin:1em 0;
max-width:40em;	
}
h1,h2,h3 { 
	font-weight:normal;
	font-size:48px;
/*	font-family:"HelveticaNeue-Light","Arial","Helvetica","HelveticaNeue-CondensedBlack","Helvetica";
*/
font-family:Georgia;
	letter-spacing:-3px;
	color:#fff;
	margin:1em 0;
	}
	
	h2 {
		font-size:22px;
		letter-spacing:-1px;
		color:#ccc;

	}
	
	div#holder {
		width:75%;
		margin:0 auto;
	}
	
	a {
		color:#ccc;
		border-bottom:1px #777 dotted;
		background:#333;
		padding:2px;
	}
	a:hover {
		color:#fff;
		border-bottom:1px #777 dotted;
		background:#444;
		padding:2px;
	}
	
	p#download  {
		float:right;
		font-size:28px;
		font-family:Georgia
	}
	
	p#download a {
		padding:10px;
	}