* {
	font-size: 1em;
	color: white;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: black;
}
div#main {
	width: 500px;
	margin: 100px auto 100px auto;
}
div#content {
	margin-top: 50px;
	text-align: center;
}
#content a {
	margin: 20px;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
	color: #828282;
	text-decoration: none;
}
#content a:hover {
	color: #aaaaaa;
}
#content a:active {
	text-decoration: line-through;
}