* { background: #fff; }

body {
	font-family: arial, Georgia, serif;
	background: none;
	color: black;
}

/* HIDE
-------------------------------------------------*/

div#header, 
div#sidebar, 
div.image-container,
div.branding,
div#footer {
	display: none;
}

a.image img, a img {
	border: 0;
	border: none;
}


/* TEXT
-------------------------------------------------*/
a:link, a:visited { 
	color: #278DCA;
	text-decoration: underline;
}

div#content a:after {
	/*content: " [" attr(href) "] ";*/
}

#content, #footer {
	font-size: 10pt;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 18pt;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 12pt;
	margin: 0 0 3px 0;
}

/* 
-------------------------------------------------*/


/* Illustrations */
div.content img.illustration {
	float: left;
	margin: 0 2em 1em 0;
	background: #fff;
}
	div.content img.illustration.frame {
		padding: 5px;
		border: 1px solid #e2e2e2;
	}
	div.content img.illustration.right {
		float: right;
		margin: 0 .3em 1em 2em;
	}


div.section {
	clear: both;
}


table.week-program {
	width: 100%;
	border: 1px solid red;
}
