/*
 *  $Id: style.css,v 1.1 2004/02/04 14:13:21 magnus Exp $
 */


span {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

span.flist {
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
}

p {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* All links */
a:active {
	text-decoration: none;
	color: #5454FF;
}

a:link {
	text-decoration: none;
	color: #5454FF;
}

a:visited {
	text-decoration: none;
	color: #5454FF;
}

/* Dirs */
a.ldir:active {
	text-decoration: none;
	color: #5454FF;
}

a.ldir:link {
	text-decoration: none;
	color: #5454FF;
}

a.ldir:visited {
	text-decoration: none;
	color: #5454FF;
}

/* MP3 files */ 
a.ser:active {
	text-decoration: none;
	color: #FF54FF;
}

a.ser:link {
	text-decoration: none;
	color: #FF54FF;
}

a.ser:visited {
	text-decoration: none;
	color: #FF54FF;
}

/* Other files */
a.loth:active {
	text-decoration: none;
	color: #B2B2B2;
}

a.loth:link {
	text-decoration: none;
	color: #B2B2B2;
}

a.loth:visited {
	text-decoration: none;
	color: #B2B2B2;
}

