Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The preceding stylesheet affects all <rect> and <circle> elements. Let's say, though, that you want only some circles in your documents to be styled. Write your stylesheet with a class specifier as follows, where the dot after circle indicates that the following identifier is a class name:
circle.special {
stroke: red; stroke-width: 3px;
fill: #ccccff;
}