@charset "utf-8";
/* CSS Document */

body {

	background-color: black;
	color: #f9bf39;
	font-family: "Times New Roman", Times, serif;

}

a {
	color: #f9bf39;
}

a:hover {
	color: #f9bf39;
}

a:visited {
	color: #f9bf39;
}


