BODY {
   background : #5F704C;
   color: #cccccc;
   margin : 0;
   padding : 0;  
   font: 8pt verdana, arial, helvetica, sans-serif;
   /*letter-spacing: -0.1em;*/
   scrollbar-base-color: #9EAE8C; 
   scrollbar-arrow-color: #000000;
   scrollbar-DarkShadow-Color: #000000; 
   scrollbar-Highlight-Color: #C6CFBB;
   scrollbar-Shadow-Color: #343C2A;
   scrollbar-Face-Color: #7A8D63;
   scrollbar-Track-Color: #3D4732; 
	}

td {
   color: #cccccc;
   font: 10pt verdana, arial, helvetica, sans-serif;
	}

B, strong {
   font-weight : bold;
   text-decoration : none;
	}

A:link {
	color: #FFFFFF;
	text-decoration : none;
	}
	
A:visited {
   color : #999999;
   text-decoration : none;
	}

A:hover {
   color : white;
   background-color : #333333;
   text-decoration : none;
	}

A:active {
   color : #D1B24D;
   font-weight : none;
   text-decoration : none;
	}
	
.songList {
	list-style-type : square;
	visited : line-through;
	}

.songList2 {
	visited : line-through;
	}

.highlightText {
	color: #CCCCCC;
	background-color: #3D4732;
	}
