html{height: 100%;}

body
{
  padding: 0px;
  margin: 0px;

}

#main
{ width: 810px;
  margin-left: auto; 
  margin-right: auto;
  
}


/*
orange  e46504
green   a6d810
blue    297bc1
black   060606
purple  9a11d3
pink    ff3b9a
*/

/*____________________________________________________________________  body  */


/*_________________________________________________________________  wrapper  */


/*__________________________________________________________________  header  */




/*_____________________________________________________________________  nav  */


/*____________________________________________________________________  text  */
.hidden {
  display: none;
}
p {
  text-indent: 18px;
  text-align: justify;
}
p, pre {
  margin: 0 0 18px 0;
}
pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
}
pre {
  background-color: #060606;
  width: 600px;
  overflow: auto;
}
code {
  color: #a6d810;
}

/*__________________________________________________________________  images  *

/*___________________________________________________________________  links  */
a:link,
a:visited {
  text-decoration: none;
  color: #000000;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #EA4027;
}
a.option {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #FF9221;
  line-height: 140%;
  padding: 2px 0;
  margin: 6px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px double #fff;
}
a.option:hover {
  text-decoration: none;
  background-color: #9CE2EE;
  color: #fff;
}

/*_________________________________________________________________  headers  */
a.myoption {
  display: block;
  text-align: center;
  color: #fff;
  background: url('/img/listen.jpg');
  line-height: 140%;
  padding: 2px 0;
  margin: 6px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px double #fff;
  width:127px;
  height:30px;
}
a.myoption:hover {
  text-decoration: none;
  background : url('/img/listen1.jpg');
  color: #fff;
}

