body {
	margin:0;
	padding:0;
	font:62.5%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center 0;
	color:#252a2a;
	}

/* LINK COLOURS */
a:link {
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover,
a:focus {
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	}
	
a:visited {
	color:#ffffff;
	}
	
a:active {
	color:#ffffff;
	}

/* GENERAL STYLES */
h1,
h2	{
	position:absolute;
	left:-5000%;
	top:-5000%;
	}

h3,	
p {
	padding:0;
	text-align:right;
	}

h3 {
	margin:.5em 5% .5em 0;
	font-size:2.4em;
	font-weight:bolder;
	}
	
p {
	margin:.7em 5% .2em 0;
	font-size:5em;
	}
	
	
/* VCard STYLES */
.vcard span {
	position:absolute;
	display:none;
	left:-5000%;
	top:-5000%;
	}