/*
 * Style sheet for Research Communication Website Printed
 * (c)1999,2006 by J D White
 */

H1 {
	font-size: 16pt;
  font-style: bold;
} 

 
body {
    font-size: 10pt; 
    background: White;
    color: Black;
}

SPAN.section {
	font-size: 12pt; 
	font-style: bold;
}

SPAN.current {
	background: Black;
	color: Gray;
}

SPAN.note {
	font-size: 8pt; 
	background: Black;
	color: White;
}

SPAN.prof {
		text-decoration: underline;
}

A:link { color: Black  }
A:visited { color: Black }
A:active { color: Black }

