.link a:active
{
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
	font-size: 12px;
}

.link a:visited {
font-weight: bold;
text-decoration: underline; 
font-size: 12px;	
color:#FFFFFF;
background-color:#000000;
}

.link a:link 
{
font-weight: bold; 
text-decoration: underline; 
font-size: 12px;
color:#FFFFFF;
background-color:#000000;
}

.link a:hover
{
text-decoration: underline;
color: #FFFF00;
font-weight: bold;
font-size: 12px;
}

.textlink a:active
{
text-decoration: underline;
color: red;
font-weight: bold;
font-size: 12px;
}

.textlink a:visited {
font-weight: bold; 
font-size: 12px;
color: black;
background-color: #EFEFEF;
}

.textlink a:link 
{
font-weight: bold; 
text-decoration: underline; 
color: #000000;
font-size: 12px;
background-color: #EFEFEF;
}

.textlink a:hover
{
text-decoration: underline;
color: red;
font-weight: bold;
font-size: 12px;
}

