body { 
  font-family: verdana;
  background-color: white;
  background-image: url(/graphics/blue-to-white.png);
  background-repeat: repeat-x;
}
     
.entries {}
.entry {}
.rank  { 
  text-align: right;
  font-size: 3em;
  width: 1.2em; 
}

.arrows { 
  display: inline; 
  vertical-align: middle;
}

.down-arrow { 
  display: inline; 
}

.up-arrow { 
  display: inline; 
}

.score { 
  display: inline;
  margin-right: 3px;
  font-size: 0.8em;
}

img { border: none; }
       
        
a:link    { text-decoration: none;  }
a:visited { text-decoration: none;  }
a:hover   { text-decoration: none; background-color: #b9badb; }
a:active  { text-decoration: none; background-color: #b9badb; }

/* For Scheme Source (Not Listit related) */
.scheme           { color: brown; margin:4pt; }  /* color for background punctuation */ 
.scheme .keyword  { color: rgb(68,0,203); font-weight: bold; }
.scheme .builtin  { color: navy;   }
.scheme .variable { color: black;  }
.scheme .global   { color: purple; }
.scheme .selfeval { color: green;  }
.scheme .comment  { color: teal;   }
