/* CSS Document */<style type="text/css"><!--.one {	font-weight: bold;	font-size: 10px;}.two {font-size: small}A { 	text-decoration: underline; 	font-size: small;	font-weight: bold;	}A:hover { 	text-decoration: underline overline;	font-size: small; 	font-weight: bold;	}	A:active { 	text-decoration: line-through;	font-size: small;	font-weight: bold;	}