﻿.black_link:hover {
	font-family:Tahoma;
    font-size:11px;
	color: black; 
	text-decoration: underline;
}

.black_link:link 
{
	font-family:Tahoma;
    font-size:11px;
	color: black; 
	text-decoration: none;
}

.black_link:visited {
	font-family:Tahoma;
    font-size:11px;
	color: black; 
	text-decoration: none;
}