.t4 {
	color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-style : none;
	font-weight : normal;
}

.t4:link, .t4:visited {
	/* link: colour, style */
	color : #990000;
	text-decoration : underline;
	font-weight : normal;	
}

.t4:hover, .t4:active {
	/* link rollover: colour, style */
	color : #CC0000;
	text-decoration : underline;
	font-weight : normal;	
}
