
/* stylesheet for some pages for Harvard Ultimate website */
/* by Charlie Cheever, August 2002 */

#leftcontent

 #content {
	position: absolute;
	top: 5px;
	left: 5px;
    background: white;
}

.headline {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: black;
	line-height: 36px;
}

.sub-headline {
	font-family: Trebuchet MS, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	line-height: 19px;
}

.roster-head {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: #666666;
}

.roster-body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
}

.odd {
	background-color: #f1f1f1;
}

.even {
	background-color: white;
}

