/* These are the linked rules for CSSExample2.html */
body { background-color: white;
color: blue; }
h1 {color: green; }
p {color: silver; }
/* Here are the embedded rules for CSSExample2.html */
h1 {background-color: silver;}
p {color: red;}
.xyz {text-align: center;}