
a:link { 
	color:#000070; 
	text-decoration:none; 
}
a:visited { 
	color:#303070; 
	text-decoration:none;
} 
a:hover { 
	color:#FA7200; 
	text-decoration:underline;
}
a:active { 
	color:#303090; 
	text-decoration:none;
}
a:focus { 
	font-style:italic; 
	text-decoration:none;
}


/* BibBase specific classes */

/* the shown icons */
img.icon { 
	width: 24px; 
	height: 24px; 
	border:0px 
}

/* the section headers */
tr.bibbase_section {
  font-size: larger;
  font-weight: bold;
  background-color: #A0B0F0;
 width: 100%;
}

td.bibbase_paper {
  width: 98%;
}
