home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / software / develop / Webster / WWW / css / basebar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1996-11-14  |  337 b   |  17 lines

  1. /* Base style sheet for the Xara site. */
  2.  
  3. HTML,BODY, P {
  4.     font: 10pt "Arial" "Helvetica"; color: "#000000";
  5.     color: black;
  6.     font-family: times, serif;
  7.     font-style: normal
  8.     font-size: 10pt
  9.   } 
  10.  
  11. A:link { color: red }
  12. A:visited { color: gray }  
  13. A:active { color: yellow }
  14.  
  15. H1, H2, H3 { color: red }
  16. H1 { font-size: 16pt }
  17.