body {
  background-color: #fffac8; }

body, p, td {
  font-family: 'Georgia','Times New Roman','Times', serif; 
  color: #333333; }

a:link,
a:visited {
  color: #333333;
  text-decoration: none;  }

a:active,
a:hover {
  color: #419639;
  text-decoration: none; }



#page_header {
  display: none;
  visibility: hidden; }
  
.text_bigger p {
  font-size: 15pt; }

.text_smallest p {
  font-size: 10pt; }


#contest_info {
  position: relative;
  top: -28px;
  padding: 23px;
  padding-bottom: 0px; }


.contest_button {
  width: 500px;
  height: 43px;
  /*border: 1px #000000 solid;*/ }

.contest_button ul {
  padding: 0px;
  list-style-type: none; }

.contest_button ul li {
  margin-top: 13px;
  float: left;
  padding-left: 23px;}


.contest_button ul li a:link,
.contest_button ul li a:visited {
  color: #333333;
  font-weight: bold;  
  width: 160px;
  text-decoration: none;
  padding: 13px;
  background-color:#ffde6a;
  border: 1px #ffffff solid;  }

.contest_button ul li a:active,
.contest_button ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  width: 160px;
  text-decoration: none;
  padding: 13px;
  background-color:#419639;
  border: 1px #256d1e solid; }


#contest_eligibility {
  position: relative;
  top: -13px;
  padding: 13px; }