body {
	font-family: "Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #373737;
	background-color: ghostwhite;
	margin: 0;
	font-size: x-large;
}

header {
	position: relative;
	min-height:36px;
	width:100%;
	background-color:snow;
	}
	
article {
	position: relative;
	padding-top: .5%;
	padding-bottom: .5%;
	padding-left: 1%;
	width:96%;
	}
	
aside {
	position: absolute;
	top:0;
	left:80%;
	}
	
mark {
	letter-spacing:2px;
	font-style:italic;
	font-size:110%;
	background-color: ghostwhite;
}
	
#toppermost {
	position: relative;
	margin-top: 1.25%;
	padding-top: 1%;
	padding-left: 1%;
	font-size: x-large;
	background-color:snow;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#construction {
	background-image: url("images/bordered1.jpg");
	background-color: fuchsia;
}

#constrainer {
	text-align: center;
}

#insider {
	display: inline-block;
}


.prep{
	color: #444444;
}

.note{
	font-style: bold;
	color: midnightblue;
}
.venue{color: #000000;}
.others {color: slategray;}
.ware {
    font-size: large;
}

p.lyric {
	white-space: pre;
}

ol#showus
{line-height: 1.33;
list-style-type: decimal-leading-zero;
list-style-position: inside;
color: #2E2E1F;
}

li.showlist {
	padding-top: .5%;
    font-size: x-small;
}
li.showlist span {
    font-size: large;
}
h1.showlist {
    font-size: x-large;
}
h2.showlist {
    font-size: large;
}

a:link {
	color: brown;
	letter-spacing:1.5px;
	text-decoration:none;
		}

a:visited {
	color: brown;
	letter-spacing:1.5px;
	text-decoration:none;
		}

a:hover {
	color: crimson;
	letter-spacing:1.6px;
	text-decoration:none;
		}

a:active {
	color: crimson;
	letter-spacing:1.8px;
	text-decoration:none;
		}
		
a:link.nav {
	margin-right:1%;
	margin-left:.5%;
	color: #333333;
	background-color:snow;
	text-decoration: none;
	border-bottom:0px;
		}

a:visited.nav {
	margin-right:1%;
	margin-left:.5%;
	color: #333333;
	background-color:snow;
	text-decoration: none;
	border-bottom:0px;
		}

a:hover.nav {
	margin-right:1%;
	margin-left:.5%;
	color:crimson;
	background-color:snow;
	text-decoration: none;
		}

a:active.nav {
	margin-right:1%;
	margin-left:.5%;
	color: #333333;
	background-color:snow;
	text-decoration: none;
	border-bottom:0px;
		}
a.odd:link {
	color: maroon;
	letter-spacing:1.5px;
	text-decoration:none;
		}

a.odd:visited {
	color: maroon;
	letter-spacing:1.5px;
	text-decoration:none;
		}

a.odd:hover {
	color: crimson;
	letter-spacing:1.6px;
	text-decoration:none;
		}

a.odd:active {
	color: crimson;
	letter-spacing:1.8px;
	text-decoration:none;
		}
		
.kick {
	overflow: visible;
	width:75%;
	padding: 1%;
	margin-bottom:.5%;
	vertical-align: middle;
	clear:both;
}

