
#header .title h1 a:hover {
	text-decoration: none;
}
/*
#header 
*/
.title { 
	position: relative;
	filter: alpha(opacity = 75);
	opacity: 0.75;
}

/*
#header
*/
.title:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

div.cogineo a {
	color: white;
	margin: auto;
}
div.cogineo a img {
	border-color: white;
}
	

.maincontent h1 {
	color: #8686a8;
}
