body {
	color: white;
	background-color: black;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: large;
	text-align: center;
	}
	
img {
	width: 60%;
	margin: 0 15% 0 15%;
	padding: none;
	border: none;
	}
	
a:link {
	color: lightblue;
	text-decoration: none;
	}
	
a:visited {
	color: lightblue;
	text-decoration: none;
	}
	
a:hover {
	color: cyan;
	text-decoration: underline;
	}
	
a:active {
	color: green;
	text-decoration: underline;
	}
	

