a.line {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0000;
; text-decoration: none
; font-size: x-small
}

a.line:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #0000FF;
	text-decoration: underline;	
; font-size: x-small
	}
