BODY {
	color: #CDCDCD;
	background-color: #1B1727;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	color: #7A7A7A;
}

A.small {
	color: #7A7A7A;
	font-size : 11px;
}

A.small:HOVER {
	color: White;
	font-size : 11px;	
}

A:HOVER {
	color: White;
}

.back_line {
	background-color : #261F34;
	color : White;
	font-weight : bold;
	font-size : 12px;
}

.back_content {
	background-color : #1B1727;
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.back_content_small {
	background-color : #1B1727;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.album_title {
	font-size: medium;
	font-weight: bold;
}

td.album_songs {
	font-size: smaller;
}

td.album_detail {
	font-size: smaller;
}

td.album_listing {
	font-size: smaller;
}

td.image_frame {
	background-color: #B2B2B2;
}

td.lyrics_text {
	font-size: smaller;
}

td.lyrics_title {
	font-size:medium;
}

.edit {
	border-width: 1px;
	border-color: #7E869A;
	border-style: solid;
	font-size: 10px;
	margin: 2px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7
}

.actbtn {
	background-color: White;
	cursor : pointer;
	border : 1px solid #7E869A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.normal {
	color: Black;
	background-color: White;
	font-family : Arial, Helvetica, sans-serif;
}