.tit {
	font-weight : bold;
	color : #ffffff;
}

.cit {
	font-style : italic;
}

.lis {
	margin-left : 25pt;
}

.parag  {
	line-height : 1.3;
}

A:link  {
	text-decoration : none;
}

A:visited  {
	text-decoration : none;
}

A:hover  {
	text-decoration : underline;
}

.link:link {
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
.link:visited {
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
.link:hover {
	font-size : 8pt;
	font-weight : bold;
	text-decoration : underline;
}
