body {
background-color: #000000;
color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: cyan;
}
a:active {
	color: #FF0000;
	text-decoration: none
}
.button {
cursor: pointer;
background-color: #000000;
color: #FFFFFF;
}