/* CSS Document */

a.linker {  color: #FF0000; text-decoration: none}

sup {font-family:Arial, Helvetica; font-size: 8pt;} 
A:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	border-color: #FFFFFF;
}

.leading {
	line-height: 25px;
}
