

#header h2 a:visited
{
	text-decoration: none;
	color:#888;
	
}
#header h2 a:hover, #header h2 a:active
{
	text-decoration: none;
	color: #333;
	
}
