/* SukkoPera's first CSS ever! 21/03/2003 */

body {
	font-family:		"Comic Sans MS", Sans-Serif;
	font-size:			10pt;
	color:				#CCCCCC;
	background-color:	#000000;
}


a:link {
	color:			#FF0000;
	/*text-decoration:	none;*/
}


a:visited {
	color:			#8080FF;
	/*text-decoration:	underline;*/
}


a:active {
	color:			#00FF00;
}


a:hover {
	color:			#00FFFF;
}


/* Links to albums in the index page */
.link_album {
	text-align:		center;
	font-size:		14pt;
}


.link_year {
	text-align:		center;
	font-size:		x-small;
	color:			#FF0000;
}

/* Links to songs in the artist index page */
.link_song {
	text-align:		center;
	font-size:		small;
}

/* Link group label in the artist index page */
.link_group {
	text-align:		center;
	font-size:		large;
}

/* For the album title */
.album_title {
	font-size:		18pt;
	color:			#8080FF;
	text-align:		center;
}

/* For the album titles and year in the top table */
.top_title {
	font-size:		14pt;
	color:			#8080FF;
	text-align:		center;
}

/* For the introductory commentary */
.intro_text {
	text-align:		justify;
}


/* For the title before lyrics */
.title_lyrics {
	font-size:		14pt;
	color:			#8080FF;
}


/* For the lyrics info below title */
.song_info {
	font-size:		10pt;
	font-style:		Italic;
}


/* For the notes info below title */
.song_notes {
	font-size:		8pt;
	font-style:		Italic;
}


/* For the left-side lyrics */
.lyrics_left {
	font-size:			10pt;
	text-align:			right;
	vertical-align:		top;
}


/* For the right-side lyrics */
.lyrics_right {
	font-size:			10pt;
	text-align:			left;
	vertical-align:		top;
}


/* Final note about copyright */
.final_note {
	text-align:			center;
}
