/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	width: 400px;
	
}
a {
	color:#CC6633;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FF9900;
	margin: 0px;
	padding: 0px;

}
h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FF9900;
	width: 100%;
	border-bottom: 1px solid black;
}
.textContainer {
	width: 200px;


}
.year {


}
.piece {
	margin-top: 10px;
	margin-left: 20px;
}
.worktitle {
	margin-top:10px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;

}
.instrumentation {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-style: italic;
	font-size: 12px;

}
.backtotop {
	margin-top: 20px;

}
.backtotop a {
	font-size: 15px;

}
