// all css needed for mp3 player
.mpcats {
	color: #00A5F4;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
}
a.mpcats {
	color: #00A5F4;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
}
a.mpcats:hover {
	color: #960000;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
}
.Lnk {
	font-size: 16px;
	font-weight:bold;
	color: #CAEEFF; 
	text-decoration:none;
}
a.Lnk {
	font-size: 16px;
	font-weight:bold;
	color: #CAEEFF; 
	text-decoration:none;
}
a.Lnk:hover {
	font-size: 16px;
	font-weight:bold;
	color:#FFFF00; 
	text-decoration:underlne;
}
.tbl-brdr4 {
    background: #000;
    border: 2px dashed #00ffff;
    border-collapse: separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: none;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 8px;
}
.tbl-brdr5 {
    background: #000;
    border: 2px solid #990000;
    border-collapse: separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: none;
    margin-bottom: 3px;
    padding: 8px;
}