@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-size: 4em;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0px;
	color: #fff;
	background-color: #000;
}

em {
	color: #9D9D9D;
}

h1 {
	color: #fff;
	font-size: 3em;
}

h2 {
	color: #fff;
	font-size: 2em;
}

a:link, a:active, a:visited{
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;	
	text-decoration: none;
	}

.wlw {
	background: #242424;
	padding: 5px;
}

a.wlw:ink, a.wlw:active, a.wlw:visited{
	color: #000;
	text-decoration: none;
}
a.wlw:hover {
	color: #000;
	text-decoration: none;
	}