body
{ 
  background: #fff url(ee.jpg) no-repeat fixed top right;
  padding : 0px;
  padding-top : 0px;
  padding-bottom : 0px;
  margin : 0px;

  font : 11pt Verdana, sans-serif;
}

a
{ 
  text-decoration : none;
}

.header
{ 
  margin-top : 20px;
  text-align : center;
  font-family : Verdana;
}

.title
{ 
  font-size : 32pt;
}

.title a:link    { color: #000; }
.title a:visited { color: #000; }
.title a:hover   { color: #000; }

.footer
{ 
  margin-top : 90px;
  font-size : 9pt;
  text-align : center;
}

.copy
{ 
  text-align : center;
}

.joke
{ 
  width : 600px;
  margin : 0px auto;
  text-align : center;
  margin-top : 50px;
  border : 10px solid #c63;
}

.joke_title
{ 
  font-size : 12pt;
}

.joke_question
{ 
  background : #c63;
  border-bottom : 10px solid #c63;
}

.joke_answer
{ 
  background : #f96;
  padding : 10px;
  font-weight : bold;
}

.options
{ 
  margin-top : 10px;
  text-align : center;
  font-size : 9pt;
}

.options a:link    { color: #c63; }
.options a:visited { color: #c63; }
.options a:hover   { color: #c63; }
