BODY {
	background-color : #990000;
	color : White;
	font-family : "Comic Sans MS", sans-serif;
}

INPUT,TEXTAREA {
	background-color : #990000;
	color : White;
	font-family : "Comic Sans MS", sans-serif;
}

A {
	color : yellow;
	text-decoration : underline;
}

.invert {
	background-color : White;
	color : #990000;
}

li {
	list-style-image: url(images/guitar.gif);
}
