<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body {
	font-family: 'Trebuschet MS', Verdana, sans-serif;
	background-color: mediumBlue;
	margin: 0px;
	height:660px;
	}
	#page{
	width: 750px;
	background-color: mediumBlue;			
	margin: auto;
	border: 0px solid black;
	}
	#column1 {
	width: 584px;
	border-left: 1px solid darkblue;
	border-top: 1px solid darkblue;
	border-right: 3px solid darkblue;
	border-bottom: 3px solid darkblue;
	background-color: white;
	color:  blue;
	height: 371px;
	font-size:50px;
	}
        #pop{
        width:584px;
 	background-color: mediumBlue;
        }
	#footer {
	width: 746px;
	height: 23px;
	border: 0px solid none;
	margin-top: -10px;
	}
	#column2 {
	width: 150px;
	height: 580px;
	border-left: 0px solid black;
	border-right: 0px solid violet;
	border-bottom: 0px solid violet;
	margin-left:590px;
	position: absolute;
	top: 3px;
	}
	.problemcontainer {
	position: absolute;
	top: 30px;
	padding-top: 40px;
	text-align:center;
	width: 582px;
	height: 190px;
	}
	#problemcontainer1 {
	z-index:1;
	cursor: pointer;
	background-color: white;
	}
	#problemcontainer2 {
	z-index:-1;
	clip: rect(0px 0px 0px 0px);
	cursor: pointer;
	background-color: white;
	}
	#header {
	display: block;
	height: 10px;
	width: 584px;
	border: 0px solid black;
	margin: 1px;
	padding: 0px;
	overflow: hidden;
	}
	#card1leftnumbertop {
	position:absolute;
	right:350px;
	top: 40px;
	border: solid 0px black;
	width: 65px;
	height: 61px;
	text-align: center;
	}
	#card1rightnumbertop {
	position:absolute;
	left:347px;
	top: 52px;
	border: solid 0px black;
	padding-top:20px;
	padding-right:6px;
	width: 110px;
	height: 86px;
	text-align: center;
	}
	#card2leftnumbertop {
	position:absolute;
	right:350px;
	top: 40px;
	border: solid 0px black;
	width: 65px;
	height: 61px;
	text-align: center;
	}
	#card2rightnumbertop {
	position:absolute;
	left:347px;
	top: 52px;
	padding-top:20px;
	padding-right:6px;
	border: solid 0px black;
	width: 110px;
	height: 86px;
	text-align: center;
	}
	#card1leftnumberbot {
	position:absolute;
	right:350px;
	top: 100px;
	border: solid 0px black;
	width: 65px;
	height: 61px;
	text-align: center;
	}
	#card2leftnumberbot {
	position:absolute;
	right:350px;
	top: 100px;
	border: solid 0px black;
	width: 65px;
	height: 61px;
	text-align: center;
	}
	.lineclass {
	background-color:  blue;
	width: 66px;
	height:2px;
	position:absolute;
	top:100px;
	font-size: 0pt;
	z-index:1;
	}
	#card1leftline {
	left:165px;
	}
	#card1rightline {
	left:350px;
	}
	#card2leftline {
	left:165px;
	}
	.textbox {
	width:0px;
	position: absolute;
	left:-400px;
        text-align:center;
	}
	.sign {
	border-bottom: 0px dotted  rgb(20, 135, 190);
	width: 56px;
	height:61px;
	position:absolute;
	left:261px;
	top:70px;
	}
	img  {border:0;}
	.arrowButton {
	color: rgb(255, 255, 128);
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
	}
	.arrowButton1 {
	color: white;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
	}
	#checkmark {
	position: absolute;
	left:210px;
	top: 2px;
	}
	#reset {
	position: absolute;
	left:10px;
	top: 2px;
	}
.switch {
position: relative;
top: 310px;
left: 10px;
color: rgb(200, 200, 255);
font-size: 12px;
cursor:pointer;
z-index:2;
}
.switch2 {
position: relative;
top: 310px;
left: 10px;
color: rgb(20, 135, 190);
font-size: 12px;
font-weight: normal;
cursor:pointer;
z-index:2;
}
.closebox1 {
position: absolute;
top: 0px;
right: 4px;
color:black;
cursor:pointer;
}
.closebox2 {
position: absolute;
top: 0px;
right: 4px;
color: gray;
cursor:pointer;
}	
#instructions {
position: absolute;
z-index: 100;
visibility: hidden;
margin: 0px 0;
padding-left: 6px;
padding-bottom: 3px;
padding-right: 6px;
width: 700px;
height: 560px;
border-top: 8px ridge rgb(155,155,255);
border-right: 8px ridge rgb(155,155,255);
border-left: 8px ridge rgb(155,155,255);
border-bottom: 8px ridge rgb(155,155,255);
font-size: 20px;
color: black;
background-color: white;
}
h1, h2 {
font-size: 20px;
font-weight: normal;
display: inline;
}	
.butto{
    width:24%;
    height:23%;
    margin-botton:1%;
font-size:2em;
cursor:pointer;
}
</pre></body></html>