home *** CD-ROM | disk | FTP | other *** search
/ zankasoftware.com / zankasoftware.com.tar / zankasoftware.com / css / list.css < prev   
Cascading Style Sheet File  |  2007-09-30  |  397b  |  25 lines

  1. BODY, .text {
  2.     font-family:        Verdana, sans-serif;
  3.     font-size:            12px;
  4. }
  5.  
  6. A.title, A.title:link, A.title:visited, A.title:hover, A.big, A.big:link, A.big:visited, A.big:hover {
  7.     font-weight:        bold;
  8.     font-size            12px;
  9.     text-decoration:    none;
  10.     color:                #000000;
  11. }
  12.  
  13. TT, PRE {
  14.     font-family:        Monaco, monospace;
  15.     font-size:            10px;
  16. }
  17.  
  18. HR, ADDRESS {
  19.     display:            none;
  20. }
  21.  
  22. TD, TH {
  23.     text-align:            left;
  24. }
  25.