@charset "UTF-8";

a:link,a:active,a:hover {
  colorpink:#;
}

a:visited {
  colorblack:#;
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
  background-colorblack:#;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:repeat;
}

body,td {
  color:#ff6699;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:22px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:5px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#;
  filter:alpha(opacity=100);
}

.container {
  color:#ff6699;
  position:relative;
  border:px #;
  padding:5px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  padding:5px;
  background-color:#;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.content {
  padding:5px;
}

p.rules_heading {
  text-align:center;
  text-decoration:underline;
  font-family:'Lucida Handwriting';
  font-size:36px;
  font-style:normal;
  font-weight:bold;
  color:#0066ff;
  width:1000px;
}

p.rules_text {
  text-align:center;
  font-family:'Lucida Handwriting';
  font-size:24px;
  font-style:normal;
  font-weight:normal;
  color:#0066ff;
  width:1000px;
}

p.contest_heading {
  text-align:center;
  text-decoration:underline;
  font-family:'Arial Black';
  font-size:36px;
  font-style:normal;
  font-weight:bolder;
  color:#990099;
  width:1000px;
}

p.contest_red_text {
  text-align:center;
  font-family:'Arial Black';
  font-size:24px;
  font-style:normal;
  font-weight:bold;
  color:#990033;
  width:1000px;
}

#contest_leaders_members {
  font-family:'Arial Black';
  width:100%;
  border-collapse:collapse;
}

#contest_leaders_members td,#contest_leaders_members tw {
  text-align:center;
  text-decoration:underline;
  font-family:'Arial Black';
  font-size:24px;
  font-style:normal;
  font-weight:bold;
  color:#0066ff;
}

p.contest_dates {
  text-align:center;
  font-family:'Arial Black';
  font-size:16px;
  font-style:normal;
  font-weight:normal;
  color:#0066ff;
  width:1000px;
}

p.contest_about1 {
  text-align:center;
  font-family:'Arial Black';
  font-size:30px;
  font-style:normal;
  font-variant:normal;
  font-weight:bolder;
  color:#990099;
  width:1000px;
}

p.contest_about2 {
  text-align:center;
  font-family:'Arial Black';
  font-size:26px;
  font-style:normal;
  font-variant:small-caps;
  font-weight:bold;
  color:#000000;
  width:1000px;
}

p.contest_tokens {
  text-align:center;
  font-family:'Arial Black';
  font-size:26px;
  font-style:normal;
  font-variant:small-caps;
  font-weight:bold;
  color:#000000;
  width:1000px;
}

p.contest_members {
  text-align:center;
  font-family:'Arial Black';
  font-size:32px;
  font-style:normal;
  font-variant:small-caps;
  font-weight:bold;
  color:#990099;
  width:1000px;
}