body {
	color: #000;
	background-color: #fff;
	
	font-family: verdana, arial, sans-serif;
	font-size: small;	
}

h2 {
	font-size: x-large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
	font-weight: bold;
	
	margin-bottom: 10px;
}

pre {
	font-size: small;
}


.b { font-weight: bold; }
.i { font-style: italic; }


#top {
	position: relative;
	top: 10px;
	left: 20px;
	width: 95%;
	
	text-align: center;
}
#top img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#top h1 {
	font-size: xx-large;
	font-family: georgia, tahoma, arial, sans-serif;
}

#nav {
	position: relative;
	top: 100px;
	left: 10px;
	
	float: left;
	
	background-color: #ddd;	
	border: 1px solid black;
	padding: 5px;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul,
#nav li {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
}

#content {
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 20px;
}


#repertoire li {
	font-weight: bold;
}
#repertoire li li {
	font-weight: normal;
	font-style: italic;
}
#repertoire li li span {
	font-style: normal;
}


#levels li {
	font-weight: bold;
	list-style-type: upper-roman;
}
#levels li li {
	font-weight: normal;
	list-style-type: upper-alpha;
}

#signout th {
	font-weight: normal;
	text-align: right;
}
