html,body {
 	font-family: Futura, Gill Sans, Helvetica Neue, sans-serif;
 	color: black;
 	background: lavender;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow-x: auto;
	overflow-y: auto;
	min-width: 600 px;
	width: 98%;
	min-height: 800px;
	height: 98%;
    }

body.subscroll {
 	font-family: Futura, Gill Sans, Helvetica Neue, sans-serif;
 	color: black;
 	background: lavender;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: hidden;
	min-width: 600 px;
	width: 98%;
 	min-height: 800px;
 	height: 98%;
   }
body.simple {
 	font-family: Futura, Gill Sans, Helvetica Neue, sans-serif;
 	color: black;
 	background: lavender;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	overflow-x: auto;
	overflow-y: auto;
	min-width: 600 px;
	width: 98%;
 	min-height: 800px;
 	height: 98%;
    }
a:link {
	color: fuchsia;
	text-decoration: none
	}
a:visited {
	color: rebeccapurple;
	text-decoration: none
	}
a:active {
	color: deeppink;
	text-decoration: none
	}
p	{	
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	line-height: 12pt;
	margin: 10px;
	border: 0px;
	padding: 0px;
	}
h1 {
	spacing: 0px;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	line-height: 18pt;
	margin: 10px;
	border: 0px;
	padding: 0px;
	}
h2 {
	spacing: 0px;
	text-decoration: none;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	line-height: 16pt;
	margin: 10px;
	border: 0px;
	padding: 0px;
	}
h3 {
	spacing: 0px;
	text-align: left;
	font-size: 12pt;
	line-height: 14pt;
	margin: 10px;
	border: 0px;
	padding: 0px;
	}
audio {
	width: 600px;
	border: 0px;
 	color: black;
	}
object {
	margin: 0px;
	padding: 0px;
	border: 2px solid black;
	}
table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
.biotext {
	font-size: 12pt;
	line-height: 15pt;
	}
.header	{	
	position: fixed;
  	top: 0px;
  	left: 0px;
  	width: 100%;
	background-color: darkorchid;
	border: 0px;
	margin: 0px;
	text-align: center;
	}
.header-simple {	
	position: fixed;
  	top: 0px;
  	left: 0px;
  	width: 100%;
	background-color: darkorchid;
	border: 0px;
	margin: 0px;
	text-align: center;
	}
.main {
	position: absolute;
	top: 180px;
	bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	overflow-y: auto;
	overflow-x: auto;
	}
.main-works {
	position: absolute;
	top: 180px;
	bottom: 50px;
	left: 10px;
	right: 10px;
	overflow-y: auto;
	overflow-x: auto;
	}
.main-simple {
	position: absolute;
	top: 180px;
	bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	overflow-x: auto;
	overflow-y: auto;
	}
.back-to-top {
	position: fixed; 
	bottom: 20px; 
	right: 30px;
	}
.header-img {
	border: 10px; 
	text-align: center;	
	}
	.spacer {
	width: 100%;
	height: 10px;
	}
.menu-tab {
	width: 100%;
	left: 0px;
	right: 0px;
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	font-style: normal;	
 	background-color: lavender;
 	margin: 0px;
	padding: 0px;
	border: 0px;
	}
.menucell
 	{
 	vertical-align: center;
 	text-align: center;
	border: 1px solid white;
	margin: 0px;
	padding: 0px;
	}
.menucell-selected
 	{
 	vertical-align: center;
 	text-align: center;
	border: 1px solid darkred;
	margin: 0px;
	padding: 0px;
	}
.notes {
	margin-right: 100px;
	margin-top: 10px;
	margin-left: 10px; 
	margin-bottom: 600px;
	border: 0px;
	}
.scorebox {
	margin-top: 10px;
	margin-left: 10px; 
	border: 0px;
	width: 600px;
	height: 800px;
	}
.mediabox {
	margin-top: 10px;
	margin-left: 10px; 
	border: 0px;
	width: 600px;
	height: 800px;
	}
.content {
	margin-top: 0px;
	margin-left: 10px; 
	border: 0px;
	}
.works-tab {
	width: 600px;
	margin: 10px;
	padding: 10px;
	border-top: 2px solid silver;
	border-bottom:none;
	border-left: none;
	border-right: none;
	font-size: 11pt;
	line-height: 12pt;
	font-weight: normal;
	font-style: normal;	
	text-decoration: none;
	text-align: left;
	}
.works-left {
	width: 400px;
	text-align: left;
	}
.works-right {
	width: 200px;
	text-align: left;
	}

