#links:hover{
	background: #6DA5DC;
	width: 100%;
	height: 100%;
	margin : 0 0 0 0;
	padding : 0 0 0 0 ;
	text-align : left;
	color : White;
}
a{
	text-decoration: none;
	color: white;
	font-weight : bold;
}
a:hover{
	text-decoration: none;
	color: #2C5CB6;
	font-weight : bold;
}
.text{
	background-attachment : fixed;
}