/* CSS Document */
body {
	background-color: #fcfcee;
	font-family: Arial, Helvetica, sans-serif;
}

#music ul {
	list-style: none;
}

#music ul li {
	padding: 2px 0 0 0;
}

#music ul li a {
	text-decoration: none;
	color: #FF6699;
	list-style: url(none) none;
}

#music a:hover, #lstyle a:focus {
 color: #FF0099;
}

#grok ul {
	list-style: none;
}

#grok ul li {
	padding: 2px 0 0 0;
}

#grok ul li a {
	text-decoration: none;
	color: #00CCFF;
	list-style: url(none) none;
}

#grok a:hover, #lstyle a:focus {
 color: #0099FF;
}

#other ul {
	list-style: none;
}

#other ul li {
	padding: 2px 0 0 0;
}

#other ul li a {
	text-decoration: none;
	color: #00CC99;
	list-style: url(none) none;
}

#other a:hover, #lstyle a:focus {
 color: #339999;
}