Wibble
You could then target just that element by using its ID with a hash symbol: #super-awesome-quote { font-weight: bold; }Da ba dee da ba di
Then if we want to affect every "p" tag with the "blue" class, we can do this: p.blue { color: blue; }Wibble