body {background-color:#BBFCE6; color: green}
	a:link { text-decoration: none; color: red;}
 .imgb img {width: 60px;}
/* .imgp img {height: 90%;}*/
 .imgp img {max-width: 90%;}
	h2 {font-size: 10px;}

@media screen and (min-width:800px)
{
body {background-color:#BBFCE6; color: green;}
	h2 {font-size: 20px;}
	imgb { max-width: 15%;}
 .imgp img {height: 90%;}
/* .imgp img {max-width: 90%;}*/
/* .imgp img {height: 0.8fr;}*/
}

