body
{
	padding: 30px 60px;
	color: #ffffff;
	background-color: #323741;
	font-family: 'UDUnivers', 'Helvetica';
	font-size: 12pt;
	line-height: 1.2em;
	/* Enable ligatures and kerning. */
	text-rendering: optimizeLegibility;
	/* Make text less thick in WebKit browsers. */
	-webkit-font-smoothing: antialiased;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

a
{
	color: #a2b2cc;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

@font-face {
	font-family: 'UDUnivers';
	src: url("fonts/UniversLTStd.otf") format("opentype");
}
