.fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;

	}

.lyric_fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
 }

.lyric_fonts_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;

	}
	
		.lyric_fonts_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #ffffff;

	}
	
A:link    { text-decoration:none; font-weight: bold; color: #ffffcc; }
A:active  { text-decoration:none; font-weight: bold; color: #ffffcc;}
A:visited { text-decoration:none; font-weight: bold; color: #ffffcc; }
A:hover   { text-decoration:underline; font-weight: bold; color: #ffffcc; }


.bg {
	background-image: url(images/old/bg_strip3.gif);
	background-repeat: repeat;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.border {
	border: medium solid #FFFFFF;
	background-color: #999999;
}
.main_bg {
	background-image: url(images/bg_test.gif);
	background-repeat: no-repeat;
}
.main_table {
	position: absolute;
	left: 301px;
	width: 516px;
}

.journal_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.journal_font_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.journal_font_italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: italics;
	color: #ffffff;
}