/* vi: set syntax=css:

$Id$

*/

table.ofSongs {
	color: gray;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.MediaSymbol {
	color: gray;
	font-size: 8pt;
	font-weight: bold;
}

td.SongTitle {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}

td.AlbumTitle {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}

td.SongNote {
	color: #bbac80;
	font-size: 8pt;
	font-weight: normal;
}

td.SongLength {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}