body { 
	font-family: Arial, 'Trebuchet MS', Verdana; 
	margin:0px; 
	background: #999999
}
.topsection {
	border-bottom: solid 1px black;
	height: 100px;
	background: #666666;
	padding: 1px 1px 1px 9px;
}
.name {
	font-size: 26pt; 
	color: #ffffff;
	font-weight: bold
}
.infoline {
	font-size: 12pt;
	color: #ffffff;
	padding: 1px 1px 1px 19px;	
}
.maincolumn {
	height: 100%;
	width: 800px;
}
.titles {
	font-size: 14pt;
	color: #ffffff
}
.details {
	font-size: 9pt;
	font-style:italic;
	color:#cccccc
}
.ago {
	font-size: 8pt;
	font-style:italic;
	color:#eeee99
}
.by {
	font-size: 8pt;
	color: #cccccc;
}
.song {
	font-size: 10pt;
	color: #663399;
}
#nowplay {
	border: solid 1px #cccccc;
	padding: 5px
}

p         { font-size: 10pt; font-family: Arial; font-style: normal }
li        { font-size: 10pt; font-family: Arial; font-style: normal; color: #990000 }
h1, h2, h3, h4, h5, h6 { font-family: Arial, 'Trebuchet MS', Verdana }
h1           { font-size: 12pt; }
h2           { font-size: 12pt; }
h3           { font-size: 10pt; }
h4           { font-size: 8pt }
h5           { font-size: 8pt; font-weight: bold }
h6           { font-size: 8pt }
a:link   	 { text-decoration: none; color: #000099 }
a:visited 	 { text-decoration: none; color: #000099 }
a:active     { text-decoration: none; color: #ff0000 }
a:hover      { text-decoration: none; color:highlight; }

