.linklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: square;
	font-weight: bold;
	background-color: #006666;
	border: 1px solid #000000;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
.names {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.menuHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bolder;
	text-align: center;

}
.categoryHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
	text-align: center;
}
.listBackground {
	background-color: #336699;
}
.artistText {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	border: 0px;
	width: 70%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #666666;
}
.nameText {
	font-size: 14px;
	color: #FF9900;


}

