.instructor {
	background-color: #dddddd;
	text-decoration: underline;
	font-weight: bold;
}
.self {
	background-color: #DCDC98;
	text-decoration: underline;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-right: 0px;
}
.content {
	background-color:#ffffff;
	padding: 10px;
	width: 80%;
}
div#outer {
background-color:#ffffff; 
width: 75%; 
margin-top: 0px;    
margin-bottom: 0px;    
margin-left: auto;    
margin-right: auto;    
padding: 10px;
}
.tableSelf {
	background-color: #DCDC98;
}
.tableInstructor {
	text-decoration: underline;
	background-color: #FFFFFF;
}
.tableMatch {
	text-decoration: underline;
	background-color: #DCDC98;
}
