.body-container{
	width:800px;
	margin:0px auto;
	padding:20px 20px 20px 20px; 
	border:solid 1px rgb(150,150,150);
	font-size:1em;
	font-family:arial, times;
	color:rgb(80, 80, 80);
}
.body-container a {
	color:rgb(70,122,167); 
	font-weight:normal; 
	text-decoration:none;
	}
.body-container a:hover{
	color:rgb(42,90,138); 
	text-decoration:underline;
}
.body-container a:visited {color:rgb(42,90,138);}

.body-container img.two_left{
	float:left
	border:solid 1px rgb(150, 150, 150);
	margin-right:15px;
}
.body-container img.two_right{
	float:right
	border:solid 1px rgb(150, 150, 150);
	margin-left:15px;
}

.body-container img.center { 
	display:block;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px rgb(150, 150, 150);
}

.body-container p.date{
	clear:both;
	font-family:arial,times; 
	color:rgb(80,80,80); 
	font-size:90%;
	margin-right: 2em;
	text-align:right;
}
.body-container p.name{
	clear:both;
	font-family:arial,times; 
	color:rgb(80,80,80); 
	font-size:110%;
	margin-top: 3em; 
	margin-right: 5em;
	text-align:right;
}
.body-title h1 {
	clear:both; 
	margin:3.0em 0 0.5em 0; 
	font-family:arial,times; 
	color:rgb(80,80,80); 
	font-weight:strong; 
	font-size:140%;
	text-align:center;
	}
	
.composer-info{	margin:6em 0 2em 0;	text-align:center;}	
.composer-name{
	margin-bottom:1em;
	font-size:120%;
	text-align:center;	
}



.abstraction { 
	margin:5em 7em 2em 7em; 
	text-align:justify;
}

.caption{
	text-align:center;
	margin:-0.5em 0 3em 0;
	font-size:90%;
}

.body-context{font-size:100%; margin:0em 2em 2em 2em; text-align:justify}
.body-context h1 {font-size:130%; margin:4em 0em 1.5em 2em; font-weight:strong;}
.body-context h2 {font-size:110%; margin:2em 0em 1.5em 1em; font-weight:strong;}
.body-context p.code{
	width:640px;
	margin:2em 3em 2em 2em;
	font-family:"trebuchet ms";
	font-size:90%;
	color:rgb(100, 100, 100);
	border:solid 1px rgb(150, 150, 150);
	padding:10px;
}
.body-context p.subcontext{
	margin-top:-0.5em;
	margin-left:1em;
	margin-bottom: 1em;
}
.body-context p.code.red{
	border:solid 1px rgb(255, 150, 150);
}
	
	
.body-context table {
	clear:both; 
	width:760px; 
	margin-top:2.0em;
	margin-bottom:0.0em;
	margin-left:auto;
	margin-right:auto;
	table-layout: fixed; 
	border-collapse:collapse; 
	empty-cells:show; 
	background-color:rgb(233,232,244);
}
.body-context table th.top {
	height:2.5em; 
	padding:0 7px 0 7px; 
	empty-cells:show; 
	background-color:rgb(175,175,175); 
	text-align:center; 
	color:rgb(255,255,255); 
	font-weight:bold; 
	font-size:90%;
}
.body-context table th {
	height:2.5em; 
	padding:2px 20px 2px 7px; 
	border-left:solid 2px rgb(255,255,255); 
	border-right:solid 2px rgb(255,255,255); 
	border-top:solid 2px rgb(255,255,255); 
	border-bottom:solid 2px rgb(255,255,255); 
	background-color:rgb(225,225,225); 
	text-align:center; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:80%;
}
.body-context table td {
	height:2.5em; 
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255); 
	border-right:solid 2px rgb(255,255,255); 
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255); 
	background-color:rgb(225,225,225); 
	text-align:center; 
	font-weight:normal; 
	color:rgb(80,80,80); 
	font-size:90%;
}

.footer{
	font-size:80%;
	color:rgb(150,150,150);
	text-align:center;
	margin-top:1em;
	margin-bottom:5em;
}
