/*
 * Style sheet for Research Communication Website Printed
 * (c)1999,2006 by J D White
 */
body {
	background-image: url(rabbit.gif);
	font-size: 1.0em;
	color: Black;
}
.index { margin-left:auto; margin-right:auto; width: 100%;}
.title { margin-left:auto; margin-right:auto; width: 100%;}
.border { 
	margin-left:auto; margin-right:auto; width: 100%;  
	border-collapse: collapse;
	border: 1px solid black;
}

/* general items */
.holiday { color: Black; }
.pbl     { color: Black; font-variant: small-caps; }
.quiz    { color: Black;  font-style: oblique; }
.note    { color: Gray;    font-size: 0.8em; background: None; }
.emphasis{ color: Black; font-weight: bold; } 
.incomplete{color: Gray; }
.teacher { color: Gray;    font-size:0.8em;}
/* links */
A:link { font-weight:  bold; color: Black  }
A:visited {  font-weight: bold; color: Black }
A:active { font-weight: bold; color: Black }
A:hover { font-weight: bold; color: Black; text-decoration: underline; font-size: 1.0em;}
/* Headings on index file */ 
h1, h2, h3, h4, h5, h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
	position: relative;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: Black;
	text-align: center;
	line-height: 0.9;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: Black;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: Black;
	text-align: left;
	line-height: 1.5;
  display: inline;
}
td, th { vertical-align: top;
    border-collapse: collapse;
    border: 1px solid black;

}
.pagebreak { page-break-before: always; }
