/* 
	links
*/

a {
	color: #cc0000; 
}
a:hover {
	background: #B4D5FE;
}
a:visited { 
	color: #990000; 
}


/*
	fonts
*/

body {
	color: #000000; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 1em;
}

h1, h2 {
	font-size: 0.9em;
}

h3.summary {
	font-size: 0.8em;
}

p.time, p.location, p.attendee, p.description, p.url {
	font-size: 0.6em;
}


/*
	table
*/

table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid lightgray;
	vertical-align: top;
}
th {
	font-weight: normal;
}
th.topleft {
	border: none;
}
td.event {
	background-color: #eeeeee;
}

/*
	print styles
*/
@page { 
	size:landscape; 
}

@media print {
	
	body {
	/*	margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px; */	
	}
	h1 {
		display:none;
	}
	p.url {
		display:none;
	}
	td.event {
		background-color: none;
	}
	p.description {
/*		display: none;
*/	}
}

