@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

body {
	background-color: #151515;
	margin: 0 auto;
	padding: 0;
}

.links {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15%;
	text-align: center;
	font-size: 3.5em;
	color: #ffffff;
	font-family: Roboto Condensed;
}


a {
	color: #eee;
	text-decoration: none;
	font-stretch: condensed;
	text-shadow: 2px 2px 4px #000;
}

a:visited {color:#FFFFFF; font-style:normal; font-stretch:condensed;}  

a:hover {color:#BD3C2B; font-style:normal; font-stretch:condensed;}  

a:active {color:#FFFFFF; font-style:normal; font-stretch:condensed;} 

h1 {
	margin: 0;
	text-shadow: 0px 1px 1px #4d4d4d;
    color: #222;
    font: 3em 'Roboto Condensed';
}