body {
  font-family: Verdana, Geneva, Arial, sans-serif;
}

h1 {
  font-size: 16pt;
  color: #990033;
  margin: 5px auto;
  text-align: center;
}

.h1 {
  font-size: 16pt;
  color: #990033;
  margin: 5px auto;
  text-align: center;
}

.center {
  margin: 5px auto;
  text-align: center;
}

.heading {
  font-size: 12pt;
  color: #990033;
}
 
.reg {
  font-size: 16pt;
}

.small {
  font-size: 10pt;
}

.clues {
  font-size: 10pt;
  text-align: left;
  text-decoration: none;
  color: black;
}

.floatleft {
float: left;
margin-left: 15;
}

.floatright {
float: right;
}

.credit {
  text-align: center;
  font-size: 8pt;
}

.infoboxstyle {
	position: absolute;
	color: black;
	border: black;
	border-style: solid; 
	border-top-width: 1px; 
	border-bottom-width: 3px; 
	border-left-width: 6px; 
	border-right-width: 6px; 
	background-color: #EFEFEF; 
	z-index: 1; 
	visibility: hidden; 

} 

.leftcontent {
float:left; /* float the content to the left of available window */
width:40%; /* set available display to slightly less than half of available window */
margin-left: .5em;
margin-right: 2em;
padding-bottom:20px;
font-size: 1em;
padding-right: 1em; 
}

.leftcontent p {
margin-top: 0em;
padding-top: 0em; 
}

.leftcontent ul {
font-size: .9em; /* make lists print slightly smaller */
}


.rightcontent { /* uses window space left available to right of left column */
margin-right: 1em;
font-size: 1em;
}

.rightcontent p {
margin-top: 0em;
padding-top: 0em; 
}

.clearboth {
clear: both;
 }
