
	caption{ 
		background-color: rgb(12, 82, 194); 
		color: rgb(255,255,255);
		font-size: 1.35em;
		margin-top: 10px;
		}
	table{
		width: 100%;
	}
	table td, table th{
		padding: 5px;
		}
	table td{
		border-bottom: 1px solid rgb(134,182,218);
	}
	tr.date{
		background-color: rgb(247, 147, 26);
		font-variant: small-caps;
		font-size: 1.15em;
		}
	tr.mainth th{
		border-bottom: 1px solid rgb(12,82,194);
		}
	div#leftcol{
		width: 350px;
		float: left;
	}
	div#leftcol h3{
		width: 330px;
		border: none;
		margin: 0 10px;
		padding: 0;
		text-align: left;
	}
	div#leftcol ul, div#leftcol ul li{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	div#leftcol ul{
		margin-left: 10px;
		margin-bottom: 10px;
		}
