/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{ 
	 background-color: #202020;
	}
.albumdesc  /*album description includes all text and background*/
	{
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  background-color: #202020;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #000000;
	}