h1 {
	font-weight: normal;
	text-align: center;
}
.author {
	text-align: center;
}
.bold {
	font-size: large;
	font-weight: bold;
}
body {
	color: #000000;
	background-color: #FFFFFF;
}
table {
	background-color: #666666;
	margin-left: 20px;
	width: 95%;
}
caption {
	text-align: left;
}
.y {
	background-color: #FFFF99;
}
.w {
	background-color: #FFFFFF;
}
.g {
	background-color: #CCCCCC;
}
.r1 {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}

.center {
	text-align: center;
}
.gr {
	text-align: center;
	background-color: #CCFFCC;
}
