a:link 
{

color: #8F0021;
text-decoration: none;
}
a:visited 
{

color: #8F0021;
text-decoration: none;
}

a:hover    
{

color: #FF0000;
	 
}
a:active  
{

color: #8F0021;
text-decoration: none;
}
.bottom a:link
{
	color: #8F0021;
	
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:visited
{
	color: #8F0021;
	
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:hover 
{
	color: #FF0000;
	
	font-size: 10px;
	font-weight: bold;
}
.bottom a:active
{
	color: #8F0021;
	
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
