body {
	background-color: #000000;
	color: #000000;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
}
.h1 {
	font-size: xx-large;
	color: #660033;
	font-weight: bold;
}
.bullet {
	list-style-position: inside;
	list-style-image: url(musicNote.gif);
	list-style-type: none;
	background-position: center center;
	vertical-align: middle;
}
.h2 {
	font-size: x-large;
	color: #000000;
}
a:link {
	font-size: medium;
	color: #660000;
}
a:visited {
	color: #660000;
	text-decoration: underline overline;
}
a:hover {
	color: #000000;
	background-color: #FFF673;
}
