home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / software / develop / Webster / WWW / css / basebody.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1997-01-23  |  382 b   |  22 lines

  1. /* Base style sheet for the Xara site main text body. */
  2.  
  3. HTML,BODY, P {
  4.     background: white
  5.     color: black;
  6.     font-family: times, serif;
  7.     font-style: normal
  8.   } 
  9.  
  10. A:link { color: red }
  11. A:visited { color: gray }  
  12. A:active { color: yellow }
  13.  
  14. H1, H2, H3 { color: red;
  15.     font-family: arial, helvetica, sansserif;
  16.     }
  17.  
  18.   PRE {
  19.     font-family: monospace;
  20.     font-size: 80%
  21.   }
  22.