a:visited {
	font-family: Tahoma;
	
	font-weight: normal;
	color: #800080;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}
a:link {
	font-family: Tahoma;
	
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}
