a:link {  color: #00ff66; text-decoration: underline}
a:visited {  color: #00ff66; text-decoration: underline}
a:hover {  color: #FF9900; text-decoration: none}

.soundItem 
	{ 
	font-family: Helvetica, Sans-Serif; 
	font-size:11pt; 
	font-weight:bold;
	letter-spacing: 0px; 
	color:#00ff00; 
	margin-top:0px; 
	margin-bottom:4px;
	} 

.soundItem A
	{ 
	color: #ffffff; 
        text-decoration: underline;
	font-weight: bold;
	} 
.soundItem A:visited
	{ 
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
	} 
.soundItem A:Hover
	{ 
	color: #ff3333; 
	text-decoration: none;
	font-weight: bold;
	} 


