Finished Style Sheet


category { display: block; 
       font-family: Helvetica, Arial, sans;
       font-size: 32pt; 
       font-weight: bold; 
       text-align: center}
       
catalog { font-family: New York, Times New Roman, serif; 
       font-size: 14pt; 
       background-color: white; 
       color: black; 
       display: block }
      
composer { display: block; 
       font-family: Helvetica, Arial, sans;
       font-size: 24pt; 
       font-weight: bold; 
       text-align: left}  
       
composition title { display: block; 
       font-family: Helvetica, Arial, sans;
       font-size: 18pt; 
       font-weight: bold; 
       text-align: left}
       
composition * {display:list-item}
       
description {display: block}
              
// cataloging_info is only for search engines
cataloging_info { display: none;
       color: #FFFFFF}
       
last_updated, copyright, maintainer {display: block;
       font-size: small}
       
copyright:before {content: "Copyright " }

last_updated:before {content: "Last Modified " }

last_updated {margin-top: 2ex }


Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified October 7, 1999