/* -*- css -*- */

div#alert { 
  background-color: rgb(64, 64, 255);
  color: rgb(255, 255, 64);
  font-family: cursive; }

div#content { 
  width: 53.85%;
  margin: 0 auto; }

div#footer {
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 64);
  font-family: monospace;
  text-align: right; }

div#adsense {
  float: right;
  position: relative;
  right: 5%; }

.stealth {
  text-decoration: none;
  background-color: inherit;
  color: inherit; }

*.dont-ask { color: rgb(0,32,64); }
*.dont-ask .dont-tell { display: none }
*:hover.dont-ask span.dont-tell { display: inline; }
