@charset "windows-1252";

body {
	background-color: black;
	text-align: center;
	font: 8pt Arial;
	color: white
}

a {
	font: 10pt arial;
	color: red;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

div {
	margin: 50px
}
