@media screen and (min-width: 641px){
h2{
	font-size: 93%;
	line-height: 160%;
	color: #cccccc;
}

h3{
	font-size: 85%;
	line-height: 160%;
	color: #cccccc;
}

.contentbody{
	margin:12px auto 20px auto;
}

/*  */

img[id*="btn"] {
	-moz-transition:-moz-box-shadow 1s ease-in-out,-moz-transform 1s ease-in-out;
	-webkit-transition:-webkit-box-shadow 1s ease-in-out,-webkit-transform 1s ease-in-out;
	-o-transition:-o-box-shadow 1s ease-in-out,-o-transform 1s ease-in-out;
	-ms-transition:-ms-box-shadow 1s ease-in-out,-ms-transform 1s ease-in-out;
	transition:box-shadow 1s ease-in-out,transform 1s ease-in-out;
}

img[id*="btn"]:hover {
	-moz-box-shadow:0 0 5px rgba(255,255,255,.9);
	-webkit-box-shadow:0 0 5px rgba(255,255,255,.9);
	-o-box-shadow:0 0 5px rgba(255,255,255,.9);
	-ms-box-shadow:0 0 5px rgba(255,255,255,.9);
	box-shadow:0 0 5px rgba(255,255,255,.9);
	-moz-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-o-transform:scale(1.02);
	-ms-transform:scale(1.02);
	transform:scale(1.02);
}
}
