body
{
	font-size: smaller;
	cursor: auto;
	color: black;
	font-family: tahoma;
	background-color: gainsboro;
}

H1
{
	font-size: medium;
	color: #993300;
	font-family: Verdana;
}
LI
{
	list-style-type :square; 
}
.linkTop
{
	font-weight: bolder;
	font-size: x-small;
	color: dimgray;
	font-family: Verdana;
	text-decoration: none;
}
.linkArtist
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.tblHeader
{
	border-right: tan 1px solid;
	border-top: tan 1px solid;
	border-left: sienna 8px solid;
	color: saddlebrown;
	border-bottom: sienna 3px solid;
	font-family: Tahoma, Verdana;
	background-color: white;
} 
.tblLinks
{
	border-right: tan 1px solid;
	border-top:sienna 1px solid;
	border-left: sienna 8px solid;
	border-bottom: tan 1px solid;
	font-family: Tahoma, Verdana;
	background-color: wheat;
}
.tblSideBar
{
	border-right: tan 1px solid;
	border-top: tan 1px solid;
	font-size: x-small;
	border-bottom-color: tan;
	border-left: sienna 8px solid;
	color: saddlebrown;
	background-color: floralwhite;
	border-bottom-style: solid;
}
.tblPanel
{
	border-right: tan thin solid;
	padding-right: 4px;
	border-top: tan thin solid;
	padding-left: 4px;
	font-size: x-small;
	padding-bottom: 3px;
	margin: 1px 3px 2px;
	border-left: sienna thin solid;
	color: black;
	padding-top: 3px;
	border-bottom: tan thin solid;
	background-color: white;
}

a
{
	font-weight: normal;
	font-size: small;
	color: saddlebrown;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}	
	 

