body {
	background-color: #000;
	text-color: #fff;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.targetselector {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

div.logo {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 416px;
	padding-left: 20px;
}

div.text {
	text-align: center;
	font-size: 20px;
	margin-top: 80px;
	margin-bottom: 30px;
	margin-left: 40px;
}


ul.targetselector li {
	border: 3px solid white;
	display: block;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 30px;
	height: 50px;
	text-align: center;
	width: 200px;
}


