body
{
  font-size: 16px;
  font-family: Arial;
  background: #DADADA;
  font-weight: bold;
}

#main
{
  width:500px;
}

a {
  text-decoration: none;
  color: black;
  color: #A2163B;
}

a:visited {
  color: #A2163B;
}
a:visited:hover {
  color: #CF1C4C;
}

a:hover {
  color: #0022AA;
}

h1 {
  font-size: 22px;
}

li {
  margin-bottom: 3px;
}

li.q {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}

.box {
  background: white;
  border: 1px solid #CCCCCC;
  padding: 5px 5px 5px 5px;
  width: 700px;
  margin: 3px auto;
  margin-top: 3px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888888;
}
.box2 {
  background: white;
  border: 1px solid #CCCCCC;
  padding: 25px 25px 50px 50px;
  width: 700px;
  margin: 3px auto;
  margin-top: 3px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888888;
}
.qbox {
  background: white;
  border: 1px solid #CCCCCC;
  padding: 6px 10px 6px 10px;
  width: 700px;
  margin: 3px auto;
  margin-top: 3px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888888;
}
.active {
  background: #DADADA;
  border: 1px solid #CCCCCC;
  margin: 5px;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px #888888;
}
.inactive {
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  height: 0px;
}

button {
  font: 14px arial;
  font-weight: bold;
  color: #444444;
  background-image: url('/contest/images/gradient1.png');
  background-size: 100% 100%;
  background-repeat: repeat-x;
  margin: 4px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  box-shadow: 3px 3px 2px #888888;
}

button:hover {
  font: 14px arial;
  font-weight: bold;
  color: #444444;
  background-image: url('/contest/images/gradient2.png');
  background-size: 100% 100%;
  background-repeat: repeat-x;
  margin: 4px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  box-shadow: 3px 3px 2px #888888;
}

table.nav {
  background: #0022AA;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 3px 3px 2px #888888;
}

#searchbutton {
  background: #0022AA;
  font: 14px arial;
  font-weight: bold;
  color: white;
  margin: 4px;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  box-shadow: 3px 3px 2px #9999CC;
}

td {
  font-weight: bold;
}

.fopts
{
  overflow:auto;
  height:100px;
  width:300px;
  border:1px solid #777777;
  text-align:left;
}

.activeOpt
{
  padding-left:7px;
  background-color: #CCCCCC;
}

.inactiveOpt
{
  padding-left:7px;
  background-color: #FFFFFF;
}

#chosenOpt
{
  padding-left:7px;
  background-color: #CCCCCC;
}