body {
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:none;
}
a.yellow:hover {
	background-color:yellow;
	color:black;
	text-decoration:none;
}


/* The new sublimespot borders Nov 20 2010 */

div#sub-border-right {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent url('/sublime/images/back_right_3.jpg') repeat-y right top;
}
div#sub-border-left {
	margin: 0px;
	padding: 0px;
	width:100%;
	background: transparent url('/sublime/images/back_left_3.jpg') repeat-y left top;	
}
div#sub-main {
	padding: 10px;
	margin-left: 188px;
	margin-right: 157px;
}

/* The new sublimespot borders Nov 20 2010 */


div.randomline {
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	text-align: center;
	color:#aaa;
}
table.main {
	width:100%;
	padding:0px;
	margin:0px;
}
td.main_left {
	width:186px;
	background-image:url(/sublime/images/back_left_3.jpg);
}
td.main_center {
	vertical-align:top;
	text-align:center;
	padding-bottom:15px;
}
td.main_right {
	width:157px;
	background-image:url(/sublime/images/back_right_3.jpg);
}

div.about {
	padding:5px;
	text-align:left;
	border:2pt solid black;
	background-color:lightyellow;
	font-size:16px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.lyricstext {
	font-family:"Trebuchet MS","Lucida Grande",Tahoma,Helvetica,Arial;
	font-size:18px;
}
pre.lyricstext {
	font-family:"Trebuchet MS","Lucida Grande",Tahoma,Helvetica,Arial;
	font-size:18px;
	margin:0px;
}
.lyricstext a {
	text-decoration: underline;
	font-weight:bold;
	color:blue;
}

.lyricsannotation {

}
hr.lyrics {
	border:0px;
	color: #cccccc;
	background-color:#cccccc;
	height:4px;
	width:80%;
}
