@charset "utf-8";
/* CSS Document */
a {
	background-color: greenyellow;
	color: black;
	padding: 15px 25px;
	font-family: "sans-serif";
	font:oblique;
		
}

body {
	background-color: black;
	color: greenyellow;
	text-align: center;
}
