.links {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : #0000ff;
	text-decoration : none;
} 


a:visited {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : #0000ff;
	text-decoration : none;
}
a:hover {
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : bold;
	color : #ff0000;
	text-decoration : underline;
	font-size: 16px;
}
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}

