a:link
{
	text-decoration:underline;
	color: rgb(255,255,0);
}
a:visited
{
	text-decoration:underline;
	color: rgb(255,255,153);
}
a:focus
{
	text-decoration:underline;
	color: rgb(255,255,0);
}
a:active 
{
	text-decoration:underline;
	color:#0033CC;
}
a:hover 
{
	text-decoration:underline;
	color:#0033CC;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	background-image: url(../images/dmback2.jpg);
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
dt
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-style: normal;
	color: rgb(255,255,0);
}

table.info
{
	layout: auto;
	font-family: Verdana, Arial, Helvetica;
	font-size: middle;
	font-weight: normal; 
	background-color: #000000;	
	border-style: solid;
	border-width: 0px; 
	padding: 0px;
	width="300";
	height="100";	
}

tr.info
{
	background-color: #000080;	
}

td.info_artist
{
	font-size: x-middle;
	font-weight: bold; 
}

td.info_album
{
	font-size: x-middle;
	font-weight: bold; 	
}

td.info_label
{
	font-size: xx-small;
}

td.info_release
{
	font-size: xx-small;
}



table.songs
{
	layout: auto;
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	background-color: rgb(0,0,0);
	border-style: solid;
	border-width: 0px; 
	padding: 0px;
}

tr.songs
{
	background-color: rgb(0,0,0);
}

th.songs_numeric
{
	text-align: right;
	background-color: #000080;
}

th.songs_text
{
	text-align: left;
	background-color: #000080;
}

td.songs_nr
{
	text-align: right;
}
td.songs_name
{
	text-align: left;	
}
td.songs_singer
{
	text-align: left;	
}
td.songs_length
{
	text-align: right;	
}
td.songs_info
{
	text-align: left;	
}



h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,255,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}