body {
	background-color: #000023;

	color: #FFFFFF;
	font-family: serif;
	margin:50px;
	text-align: justify;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
}




