home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Examples / publish / StyleSheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-08  |  537 b   |  33 lines

  1. DIV.HeadlineFull  {
  2.     font-family : Arial Black;
  3.     font-size : 16pt;
  4.     font-style : italic;
  5. }
  6.  
  7. DIV.HeadlineTeaser  {
  8.     font-family : Helvetica;
  9.     font-size : 12pt;
  10.     font-weight : bold;
  11. }
  12.  
  13. DIV.TeaserTeaser  {
  14.     font-family : MS Sans Serif, Helvetica;
  15.     font-size : 10pt;
  16. }
  17.  
  18. DIV.BodyFull  {
  19.     font-family : MS Sans Serif, Helvetica;
  20.     font-size : 10pt;
  21. }
  22.  
  23. DIV.LinkTeaser  {
  24.     font-family : MS Sans Serif, Helvetica;
  25.     font-size : 10pt;
  26. }
  27.  
  28. DIV.LinkFull  {
  29.     font-family : MS Sans Serif, Helvetica;
  30.     font-size : 10pt;
  31. }
  32.  
  33.