Another paragraph, this time with a background colour.
/* 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;
}