body {
	color: white;
	background-color: #000000;
	font: small arial, helvetica, sans-serif;
}

a {
	color: yellow;
}

a:hover {
	color:black;
	background-color: yellow;
}

h1 {
	text-align: center;
	color: cyan;
	background-color: black;
	font: large arial, helvetica, sans-serif;
	font-style: italic;	
}

h2 {
	color: cyan;
	background-color: black;
	font: small arial, helvetica, sans-serif;
	font-style: italic;
}

.tunetext {
	color:orange;
}


.title {
	text-align: center;
}

