body {
  background: white none repeat scroll 0% 50%;
  color: blue;
  font-family: georgia,"Times New Roman",Times serif;
}
#logo {
  text-align: right;
  line-height: 0.8em;
  font-size: 3em;
  font-family: verdana,arial,sans-serif;
  letter-spacing: -3px;
}
#logo a {
  text-decoration: none;
}
.skip, #subnav, #menu {
  display: none;
}
#main a:link:after, #main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.9em;
}
#main a[href^=/]:after {
  content: " (http://example.org" attr(href) ") ";
}
.fright {
  margin: 0 0 1em 1em;
  float: right;
}
.fleft {
  margin: 0 1em 1em 0;
  float: left;
}
