/*

	style.css
	
*/

/* 1. Reset & Globals
********************************************************/

* {
	padding: 0;
	margin: 0;
}
body {
	font: 1.8em/2.2em HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,calibri,sans-seirf;
	font-weight: lighter;
	text-align: center;
}

/* 2. Links
********************************************************/
a:link,
a:visited {
	font-size: 1.6em;
	line-height: 0.8em;
	color: #106202;
	text-decoration: none;
}
a:active,
a:hover {
	color: #f00;
}

/* 3. Content
********************************************************/
section {
	display: block;
	margin: 2em auto;
	width: 20em;
	text-align: justify;
}
h1, p {
	font-size: inherit;
	font-weight: inherit;
	display: inline;
}
span {
	position: absolute;
	left: -900px;
}
acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

/* 4. Footer
********************************************************/
footer {
	font-size: 0.5em;
}
footer a:link,
footer a:visited {
	font-size: 1em;
}
