home *** CD-ROM | disk | FTP | other *** search
- /* Base style sheet for the Xara site. */
-
- HTML,BODY, P {
- background: url(http://pearl.xara.net/dev/webworks/graphics/faded_pa.jpg) white repeat-y
- color: black;
- font-family: times, serif;
- font-style: normal
- }
-
- A:link { color: red }
- A:visited { color: gray }
- A:active { color: yellow }
-
- H1, H2, H3 { color: red;
- font-family: arial, helvetica, sansserif;
- }
-
-
- PRE {
- font-family: monospace;
- font-size: 80%;
- }
-