

/* unvisited link */
a.news:link {
	 color:#fff;
}

/* visited link */
a.news:visited {
	 color: #fff;
}

/* mouse over link */
a.news:hover
 {
	 /*color:#0fec96;*/
	 color:#DEB887;
}

/* selected link */
a.news:active {
	 color: #fff;

}
img{
width:400px;
max-width:100%;
margin:auto;

}

img:hover{
box-shadow: 2px 2px 1px #0fec96;
}

@media screen and (min-width: 320px)and (max-width: 600px) {

	img{
		max-width:200px;
		margin:auto;
	}
}
