<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */
	#content {
		margin: 0 auto;
		text-align:center;
	}
	#content img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 90%;
	}
	#ButtonGrp {
		text-align:center;
	}
	.myButton {
    width:175px;
	height:48px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	margin: 10px 2px;
	padding:8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4040bb), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #4040bb 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #4040bb 5%, #378de5 100%);
	background:-o-linear-gradient(top, #4040bb 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #4040bb 5%, #378de5 100%);
	background:linear-gradient(to bottom, #4040bb 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4040bb', endColorstr='#378de5',GradientType=0);
	background-color:#4040bb;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #4040bb));
	background:-moz-linear-gradient(top, #378de5 5%, #4040bb 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #4040bb 100%);
	background:-o-linear-gradient(top, #378de5 5%, #4040bb 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #4040bb 100%);
	background:linear-gradient(to bottom, #378de5 5%, #4040bb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#4040bb',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	vertical-align:middle;
	top:1px;
}
.button-text {
	display:flex;
	justify-content:center;
	vertical-align:middle;
	align-items:center;
	height:100%;
	text-align:center;
	flex-direction:column;
}
</pre></body></html>