﻿A:link	{	
	text-decoration:	none;
	color:	#837a76;
	}	
		
.link2
{
	text-decoration: none;
	color: Green;
}
A:visited	{	
	text-decoration:	none;
	color:	#837a76;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#837a76;
	}	
		
A:hover
{
	color: #978d8a;
	text-decoration: none;
}

.test
{
 vertical-align :top ;
	background-color: blue;
}