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

div#content { 
  width: 720px;
  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: 120px; }

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