3 <title>Color Test
</title>
4 <style type=
"text/css">
7 .blue,.foo {color: #0000ff}
8 .bgblue,.bar {background-color: #0000ff}
10 .bgred {background-color: #ff0000}
13 font-family: Verdana
, sans-serif
;
18 vertical-align: center
;
19 border: 1px solid black
;
29 <td><h1>Blue-on-blue
</h1>
30 Background color first
31 <div class=
"bgblue blue">Az
</div>
33 <div class=
"blue bgblue">Az
</div>
36 <td><h1>Blue-on-red
</h1>
37 Background color first
38 <div class=
"bgred blue">Az
</div>
40 <div class=
"blue bgred">Az
</div>
43 <td><h1>Blue-on-blue
</h1>
44 Background color first
45 <div class=
"bar foo">Az
</div>
47 <div class=
"foo bar">Az
</div>