@font-face {  
  font-family: MyHelveticaNeue;  
  src: local("HelveticaNeue-Light"), local("Helvetica Neue"), url('../sans_light.ttf');
}

body {
	margin: 30px 40px;
	padding: 0;
	background-color: #fff;
	font-family: MyHelveticaNeue, "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Georgia, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 62.5%;
	color: #000;
}

strong {
	font-weight: 600;
	font-weight: bold;
}

h1 {
	float: left;
	font-size: 2.5em;
	text-indent: 1em;
	margin: 0;
	padding: 0 0 0.2em 0;
}

h2 {
	float: right;
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.8em;
	text-indent: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #bbb;
}

p, li {
	font-size: 1.7em;
	line-height: 1.4em;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: #0072bb;
}

.footer {
	margin-top: 2em;
	padding-top: 0.5em;
	border-top: 1px solid #bbb;
	font-size: 1.5em;
}

/* Image styling. */

.image {
	margin: 2em auto 0 auto;
	text-align: center;
}

.image img {
	border: 1px solid #bbb;
	padding: 4px;
	background-color: #eee;
}

.image img:hover {
	border: 1px solid #000;
	background-color: #000;
}

.image div {
	margin-top: 0.3em;
	font-size: 1.3em;
	margin: auto;
}

/* Size-specific image styling. */

.width400 img {
	width: 400px;
}

.width400 div {
	width: 400px;
}

.width800 img {
	width: 800px;
}

.width800 div {
	width: 800px;
}