@import url("blueprint/screen.css");
a {
  color: black;
  text-decoration: underline; }
  a:visited {
    color: #999; }
  a:hover, a.selected {
    color: #39C; }

#navigation {
  float: left;
  margin: 0 30px 0 10px;
  width: 100px; }
  #navigation a {
    font-family: "Times";
    font-size: 18px;
    text-decoration: none; }

#content {
  float: left;
  width: 600px; }
  #content #rights {
    color: #CCC;
    float: left;
    clear: both;
    font-size: 11px;
    margin-top: 50px; }
    #content #rights div.print {
      visibility: hidden;
      display: none; }
    #content #rights a {
      color: #CCC; }
      #content #rights a:hover {
        color: #39C; }
