/* general design */

body
{
	background-color: #000000;
	font-family: comic sans ms; 
	color: #CCCCCC;
	/* font-size: You can change the font size inside the madlyrics options dialog */
	
	scrollbar-3dlight-color : #eeeee0;
	scrollbar-arrow-color : #eeeee0;
	scrollbar-base-color : #000000;
	scrollbar-darkshadow-color : #555555;
	scrollbar-face-color : #555555;
	scrollbar-highlight-color : #555555;
	scrollbar-shadow-color : #cccccc;
	scrollbar-track-color : #868686;
}

/* table.headline and td.headline: Design of the artist-title headline */

table.headline
{
	border-width: 2;
	border-style: solid;
	border-color: #808080;
	background-color: #505050;
}

td.headline	
{
	 font-size: 11pt; 
	 font-weight: normal; 
	 color: #DDDDDD;
	 /* font-size: You can change the font size inside the madlyrics options dialog */
}

/* hyperlink style */

a:link { text-decoration: none; font-weight: normal; color: #00ccff }
a:visited { text-decoration: none; font-weight: normal; color: #00ccff }
a:active { text-decoration: none; font-weight: normal; color: #00ccff }
a:hover { text-decoration: underline; font-weight: normal; color: #ffffff } 

/* lyricsstyle.com and some other sites use <pre> tags */

pre 
{
	font-family: tahoma, verdana, arial, helvetica; 
}


/* line between "Press F11 to search again" and the lyrics */

hr
{
	color: #202020; 
}