A coloured heading

A coloured sub-heading

Some text, with a link and another link in bold and one more in italics.

Another paragraph, this time with a background colour.

The code

The code used in the stylesheet for this page is displayed below, or can be viewed in its "raw" format here.



/* Foundation RISC User CSS article example stylesheet


   Tim Fountain (tim@tfountain.co.uk), last modified 5th August, 2000. */





BODY {


   BACKGROUND-COLOR: #EEEEFF;


   }





.background {


   BACKGROUND-COLOR: #CCCCFF;


   }





A:LINK {


   COLOR: #0000FF;


   }





A:VISITED {


   COLOR: #0000BB;


   }





.bold {


   FONT-WEIGHT: bold;


   }





.italic {


   FONT-STYLE: italic;


   }





H1,H2 {


   COLOR: #9999FF;


   }





H3 {


   COLOR: #AAAAFF;


   }


Return to the main article