@charset "utf-8";
body {
	font-family: "Lucida Grande", "Lucida Sans", verdana;
	font-size: 13px;
	color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#000;
}
.smaller {
	font-size: 10px;
}

a:link {
	font-size: 11px;
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #9CF;
}
a:active {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}



a.title:link {
	font-size: 42px;
	text-decoration: none;
	color: #FFF;
}
a.title:visited {
	font-size: 42px;
	text-decoration: none;
	color: #FFF;
}
a.title:hover {
	font-size: 42px;
	text-decoration: none;
	color: #CCC;
}
a.title:active {
	font-size: 42px;
	text-decoration: none;
	color: #FFF;
}


a.song:link {
	font-size: 16px;
	text-decoration: none;
	color: #CFF;
}
.artisttitle {
	font-size: 19px;
	font-weight: bolder;
	font-style: normal;
	font-variant: small-caps;
}
.mywork {
	color: #CCC;
}

a.song:visited {
	font-size: 16px;
	text-decoration: none;
}
a.song:hover {
	font-size: 16px;
	text-decoration: none;
	color: #CCC;
}
a.song:active {
	font-size: 16px;
	text-decoration: none;
}


h2 {
	font-size: 18px;
}
.content {
	font-size: 18px;
	text-align: justify;
	font-weight: normal;
}
a.links:link {
	font-size: 22px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
}
a.links:visited {
	font-size: 22px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
}
a.links:hover {
	text-decoration:underline;
	font-size: 22px;
	color: #CCC;
	line-height: 35px;
}
a.links:active{
	font-size: 22px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
}
.studiotext {
	font-size: 14px;
	line-height: 20px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.artisttext {
	font-family: "Lucida Grande", "Lucida Sans", verdana;
	font-weight: bolder;
}

.scrollbox {
	position: relative;
	overflow: auto;
	height: 300px;
	width:	475px;
}
.clientArea {
	position: relative;
	width:	450px;
}
