/*
	yearbook.css
	This file formats the school yearbook tables
*/
@import "ontariotext.css";

p {clear:none;}
*#yearbook {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid black;
}
*.ybpages {
	overflow: auto;
	border-top: 1px solid black;
	margin-top: 2px;
	margin-bottom: 0px;
	text-indent: 0px;
	min-height: 100px;
}
* html *.ybpages { height: 1%; } /* Hack for IE5+6 */
*.ybpages img {
	float: right;
	margin-left: 8px;
	padding: 6px;
	border: 1px solid black;
	border-top-style: none;
	background: #FFFF;
}
p.pgno {
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0;
	font-family: "Helvetica", sans-serif;
	font-weight:bold;
}
p.pgno:first-letter {
	line-height: 100%;
	text-indent: 0;
	font-weight:bold;
	font-size: 200%;
}
p.section {
	text-indent: -2em;
	margin-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
}
p.subsection {
	text-indent: -2em;
	margin-left: 4em;
	margin-top: 0;
	margin-bottom: 0;
}
*.cont {
	font-size: 85%;
	font-variant: small-caps;
	font-style: italic;
	text-decoration: underline ;
	white-space: nowrap;
}
