*{
	cursor: default;
}
body{

	scrollbar-base-color: white;
	scrollbar-arrow-color: lightblue ;
	scrollbar-track-color: white;
	scrollbar-highlight-color: lightblue ;
	scrollbar-shadow-color: white; /*silver*/
	scrollbar-darkshadow-color: white;
}
body.page{
	background-color: aliceblue;
}

p{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	cursor: pointer;
	
}
a:hover{
	color: tan;
}

h1, h2, h3{
	padding: 0px;
	margin: 0px;
}
h1{
	font-family: rage italic, arial;
	font-size: 45px;
}
h2{
	font-family: rage italic, arial;
	font-size: 34px;
}
h3{
	font-family: rage italic, arial;
	font-size: 28px;
}
ul{
	padding: 0px;
	padding-left: 19px;
	margin: 0px;
}
li{
	list-style-type: none;
}
div.center{
	text-align: center;
}


/**************/
/* div.links */
/**************/
div.links{
	position: absolute;
	bottom: 10px;
	left: 200px;
	font-size: 25pt;
	font-weight: bold;
	color: black;
	font-family: rage italic;
}
div.links a{
	color: black;
	font-family: "Rage Italic", arial;
}


/*************/
/* photo */
/*************/
div.photo{
	background-color: white;
	height: 450px;
	width: 450px;
	border: 1px solid black;
}
div.photo img{
	margin-left: 0px;
	text-align: center;
}
div.thumbs a img{
	border: none;
	cursor: auto;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
div.thumbs a:hover img{
	height: 80px;
	width: 80px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.thumbs{
	position: absolute;
	top: 32px;
	left: 475px;
	
}
/***********/
/* bio */
/***********/
div.bio{
	background-color: white;
	height: 450px;
	width: 560px;
	margin: 0px;
	border: 1px solid black;
}
div.bioScroll{
	overflow-y: auto;
	height: 387px;
}
div.bio p{
	color: saddlebrown;
	text-indent: 1em;
	padding-bottom: 20px;
	width: 400px;
	font-size: 10pt;
	font-family: arial;
	margin-left: 140px;
}
div.bio a{
	text-decoration: underline;
	font-size: 10pt;
	font-family: arial;
	color: saddlebrown;
}
/***************/
/* contact */
/***************/
div.contact{
	background-color: white;
	height: 450px;
	width: 450px;
	border: 1px solid black;
}
div.contact a{
	color: saddlebrown;
}
p a{
	font-family: rage italic;
	font-size: 30px;
}
/**************/
/* lyrics */
/**************/
div.lyrics{
	position: absolute;
	top: 20px;
	
}
div.lyrics a{
	color: saddlebrown;
}
pre.song{
	cursor: default;
	color: saddlebrown;
	font-family: arial;
	font-size: 10pt;
	margin-left: 30px;
	padding-bottom: 30px;

}