/* what we have loved * others will love * and we will teach them how */

/* reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a img{border: none;}

/* styles */

body {
	background: #000;
	color: #fff;
	}
	
#section {
	width: 450px;
	margin: 50px 0 0 50px;
	}

h1 {
	margin: 0 0 50px 0;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	}
	
ul {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
li {
	padding: 0 0 12px 0;
	}	

/* links */

a {
	font-size: .8em;
	color: #ccc;
	text-decoration: none;
	}
 
a:hover {
 	color: #fff;
	text-decoration: underline; 	
 	}
 	
/* the end */	
