body {background-color: #e5eecc;}

hr {
   width: 80%;
   height: 3px;
   border: 0 none;
   margin-right: auto;
   margin-left: auto;
   margin-top: 0px;
   margin-bottom:0px;
   background-color:#555;
}



.x01 {
  text-align: center;
  color: blue;
  font: bold 40px arial, sans-serif;
}

.x02 {
  text-align: center;
  color: blue;
  font: bold 20px arial, sans-serif;
}

.x03 {
  text-align: center;
  font: small-caps bold 16px arial, Arial;
}

.x04 {
  text-align: center;
  font: bold 16px arial, Arial;
}

.x05 {
  text-align: left;
  margin-left: 20px;
  font: bold 16px arial, Arial;
}

.x06 {
  text-align: center;
  color: blue;
  font: bold 20px arial, sans-serif;
}


table, th, td {
  border: 0px solid black;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #316687);
  background-image: -moz-linear-gradient(top, #3498db, #316687);
  background-image: -ms-linear-gradient(top, #3498db, #316687);
  background-image: -o-linear-gradient(top, #3498db, #316687);
  background-image: linear-gradient(to bottom, #3498db, #316687);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 13px 7px 13px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
