dt { text-decoration: underline; 
     font-weight : bold;
     font-size : larger;
   }

body { background: #aa0000; color: #00ff00;
       font-family: avantgarde, arial, helvetica, sans-serif; 
     }

a:link, a:active { text-decoration : none;
                             color : #ffff00;
                        background : transparent;
                  }
a:visited { color : #cccccc; 
            background : transparent; 
            text-decoration : none; 
          }               
a:hover { color : #990000;
          background : #ffff00;
        }


li.booklist { text-decoration : underline; }
	
li.done { text-decoration : line-through;
	  font-weight : lighter;
	  font-size : smaller;
	}


