BODY {
	background-attachment : fixed;
	background-repeat : no-repeat;
	scrollbar-face-color: #4682B4;
	scrollbar-highlight-color: #708090;
	scrollbar-3dlight-color: 708090;
	scrollbar-darkshadow-color: 708090;
	scrollbar-shadow-color: Black;
	scrollbar-arrow-color: Silver;
	scrollbar-track-color: B0C4DE;
	background-color : Black;
}
A:ACTIVE {
	color : #BA55D3;
	text-decoration : none;
	background-color : #8B0000;
	font-weight : bold;
}
A:LINK {
	color : #7CFC00;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	background-color : #483D8B;
	font-weight : bold;
	cursor : hand;
}
A:VISITED {
	color : #90EE90;
	font-weight : bold;
	text-decoration : none;
}
.main {
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : small-caps;
}
.music {
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-variant : small-caps;
}
.music a:active {
	color : #BA55D3;
	font-size : 9px;
	text-decoration : none;
	background-color : #8B0000;
	font-weight : bold;
}
.music a:link {
	color : #7CFC00;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}
.music a:hover {
	background-color : #483D8B;
	font-size : 9px;
	font-weight : bold;
	cursor : hand;
}
.music a:visited {
	color : #90EE90;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}
.heading{
	color : #DAA520;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
P:first-letter {
	font-size : 200%;
	float : left;
}
P:first-line {
	font-weight : bold;
}
.entries {
	margin-bottom:50px;
	color : #6A5ACD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : 500;
}
.entries td {
padding:4px;
}
.entries td.nopad {
padding:0;
}
.entrybox {
	width:90%;
	border-right: 2px ridge Silver;
	border-left: 2px ridge Silver;
}
.xtrabox {
	width: 25%;
	border: 2px dotted #708090;
	margin: 3px;
	float:right;
	font-size : 11px;
	color : #FFD700;
}
.headerbox {
	width:50%;
	border: 2px solid Silver;
	font-weight:bold;
	font-size : 15px;
	font-weight : bold;
	color : #DAA520;
	text-align : center;
}
.commentbox {
	width:50%;
	border: 2px ridge Silver;
	font-weight:bold;
	font-size : 13px;
	font-weight : bold;
	text-align : center;
}
.time {
	text-align:right;
	font-style:italic;
	border-right: 2px ridge Silver;
	border-top: 2px ridge Silver;
	color : #6495ED;
	font-size : 14px;
}
.sidepad {
width:5%
}
.swcorn {
	border-left: 2px ridge Silver;
	border-bottom: 2px ridge Silver;
}