.outline {
	display: table;
	width: 100%;
}

.outline table {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
	border-top: solid thin;
}

.outline td {
	border-bottom: solid thin;
	vertical-align: top;
	margin: 5px;
	padding: 2px;
}

.program {
	display: table;
	width: 100%;
}

.program table {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;	
	border: outset thin;
}

.program td {
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	border: inset thin;
}

.program th {
	background-color:#99CCEE;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	border: inset thin;
}
