div.thanks {
   font-size: 200%;
   text-align: center;	
}

table.contributors {

}

table.contributors tr.a td.a {
	background: rgb(90%,90%,90%);
}
table.contributors tr.a td.b {
	background: rgb(95%,95%,95%);
}

table.contributors tr.b td.a {
        background: rgb(80%,80%,80%);
}
table.contributors tr.b td.b {
	background: rgb(85%,85%,85%);
}

