html {
	font-size: 24pt;
	color: white;
}
body {
  background-image: url("images/darkSinger.png");
  background-repeat: repeat;
  background-position: right top;
  background-attachment: fixed;
	background-color: black;
	padding: 0em 3em;
}

h1 {
	text-align: center;
}
p {
	max-width: 50em;
}
img#darkMelody {
	float:right;
	height: 12em;
}
a.alink {
	color:red;
}
