html
{
} 

body
{
	margin: 50px 15px;
	background-color: White;
	color: black;
}

div.header
{
	margin: 0 0 20px;
}

td.hoursDay
{
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

td.hours
{
	text-align: left;
	padding-left: 8px;
}

div.today
{
	background-color: Linen;
	border: black solid 1px;
	margin-bottom: 15px;
}

div.events
{
	background-color: LemonChiffon;
	border: black solid 1px;
	margin-bottom: 15px;
}

div.week
{
	background-color: PaleGreen;
	border: black solid 1px;
	margin-bottom: 15px;
}

div.schedTitle
{
/*	width: 100%; */
	text-align: center;
	border-bottom: black solid 1px;
	font-size: 24px;
	padding: 5px;
	font-weight: bold;
}

div.charter
{
	margin-bottom: 25px;
}

div.hours
{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

div.contact
{
	text-align: center;
	margin: 30px;
	font-size: 8pt;
}


body, td, p, div
{
	font-family: sans-serif;
	font-size: 10pt;
}

h1
{
/*	font-weight: bold; */
	font-size: 40px;
	padding: 0;
	margin: 0;
}

h2
{
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
}


/* vi:set ts=3: */
