/*
 * Style sheet for Research Communication Website
 * (c)1999,2006 by J D White
 */

body {
	background-image: url(rabbit.gif);
	font-size: 1.0em;
	color: Black;
}

SPAN.section {
	font-size: 1.2em; 
	font-style: bold;
	color: Blue;
}


TABLE 				{ align: center; font-size: 1.0em; color: Black; }
TABLE.title 	{	align: center;	font-size: 1.0em; color: Black; }
TABLE.main 		{	width: 100%;		font-size: 1.0em; color: Black; }

DIV.key {
    font-size: 1.1em; 
    background: Black;
    color: White;
}


SPAN.current { background: Black; color: Lime; }

SPAN.note {
  font-size: 0.8em;
	background: Black;
	color: White;
}

SPAN.comment {
  font-size: 1.0em;
	color: Red;
}

H1 {
  font-size: 2.0em;	
}
A:link    { font-weight: bold; color: Blue }
A:visited { font-weight: bold; color: Blue }
A:active  { font-weight: bold; color: Blue }
A:hover   { font-weight: bold;  color: Green; text-decoration: underline; }
}

/* Used for Publication Listing */
SPAN.prof {
		text-decoration: underline;
}

