body {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;





}
.artist {
	font-weight: bold;
	color: #FFFF99;
	font-size: x-large;

}
.back {
	font-weight: bold;
	text-align: left;
}
.next {
	font-weight: bold;
	text-align: right;

}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #FFCC66;
	text-align: center;

}
h2 {
	font-size: medium;
	color: #FFCC66;
}
.title {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	font-size: medium;



}
a:link {
	color: #99FFFF;
	font-size: medium;

}
a:visited {
	color: #FFCCCC;
}
a:hover {
	color: #FFFF00;
}
.title2 {
	font-style: italic;
	text-align: right;
	font-weight: bold;
	color: #FFFF99;

}
p {
	font-weight: bold;
	font-size: medium;

}
.winner {
	font-size: large;
	font-weight: bold;
}
.indent {
	text-indent: 25pt;
	left: 25px;
	list-style-image: url(images/bullet.gif);

}
ul {
	list-style-image: url(images/bullet.gif);
	font-size: medium;
	font-weight: bold;

}

