/*
 * style for nibb conf. 2005
 * 
 */

h3 a:link {
	color: blue;
	text-decoration: none;
}

h3 a:visited {
	color: navy;
	text-decoration: none;
}

h3 a:hover {
	color: red;
	text-decoration: none;
}
