CSS Stylesheet for Songs

SONG     {display: block}
TITLE    {display: block; 
          font-family: Helvetica, sans-serif;
          font-size: 20pt; font-weight: bold;}
COMPOSER {display: block;
          font-family: Times, "Times New Roman", serif;
          font-size: 14pt;
          font-style: italic;}
ARTIST   {display: block;
          font-family: Times, "Times New Roman", serif;
          font-size: 14pt; font-weight: bold;
          font-style: italic;}
PUBLISHER {display: block;
           font-family: Times, "Times New Roman", serif;
           font-size: 14pt;}
LENGTH    {display: block;
           font-family: Times, "Times New Roman", serif;
           font-size: 14pt;}
YEAR      {display: block;
           font-family: Times, "Times New Roman", serif;
           font-size: 14pt;}

Previous | Next | Top | Cafe con Leche

Copyright 2002-2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified December 9, 2005