body {
	color: #FFFFFF;
	background-color: #000023;
	font-family: sans-serif;
	margin:50px;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFC;
}
a:active {
	text-decoration: none;
}
.resume {
	color: #FFFFFF;
	font-family: sans-serif;
	margin:50px;
	text-align: center;
}

