@charset "utf-8";
body {
  background-image: url(bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-attachment: fixed;
}
.comic {
	font-family: "Comic Sans MS", cursive;
	color: #FFFFFF;
}
input[type=radio] {
  border: 0px;
  width: 100%;
  height: 2em;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  background-color: #006699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  width: 80%;
}
.button:hover {
  background-color: #04afc3
}
.button:active {
  background-color: #04afc3;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.tablecell {
  border: 1px solid #B8B8B8;
}