h1 {
 text-align: left;
 color: #FFFFFF;
 background-color: #1C764B;
}

div.year {
 clear: both;
 margin-top: 10px;
 text-align: left;
 font-style: italic;
 font-weight: bold;
 border-top: medium solid
}

div.block {
 background-color: #F8F8F8;
}

div.block:first-child div.year {
 border-top: medium;
}

h2 {
 font-size: 90%;
 margin-top: 0%;	
 margin-bottom: 0%;	
 padding-top: 3px;	
 padding-bottom: 3px;	
 background-color: #1C764B;
}

div.block h2 {
 font-size: 110%;
 margin-top: 3%;	
 margin-bottom: 0%;	
 padding-top: 3px;	
 padding-bottom: 3px;	
 background-color: #1C764B;
}

