html, body{
	font-family: 'Lora', 'Georgia', serif;
	margin:50px;
	padding:0;
	width: 800px;
}

h1, h2, h3, h4{
	font-weight:lighter;
	text-transform: uppercase;	
	margin: 20px 0px 0px 0px;
}

h1, h2{
	font-family:'Permanent Marker','Raleway', sans-serif;
}

h3, h4 {
		font-family:'Raleway', sans-serif;
}

a {
	text-decoration: none;
	color: #339933;
	font-weight: bold;
}

.session-date{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	margin-top: -35px;
	margin-left: -150px;
}

.session-topic{
	font-weight: bold;
}

.session{
	padding-top: 150px;
}

#schedule{
	margin-left: 150px;
}

.reading, .assignment, .activity{
	margin-top: -20px;
	margin-bottom: 30px;
}


table, th, td{
	border: none;
	border-bottom: 1px solid black;
	border-collapse: collapse;
	vertical-align: top;
}

.right-col{
width:100px; 
text-align:right;
vertical-align: top;
padding-right: 10px
}


@media print{
#schedule {
	page-break-before: always
	
}
}