Scroll down until you come to the style section, appropriately colored pink.
Check out the pink section:
strong {color:#400000;}
em {color:#400000;}
p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-
bottom-alt:auto; margin-left:0in; text-
indent:12.25pt; mso-pagination:widow-orphan; font-
size:12.0pt; font-family:”Times New Roman”; mso-
fareast-font-family:Times;}
Notice that both the strongand emselectors here are defined as having a
color with a value of #400000. Because these styles are embedded in this
HTML document, they override any external style sheet we link to the docu-
ment. Embedded styles are closer than external styles to the HTML tags they
are intended to modify. “Closer” styles are also described as more specific.
Therefore, the embedded styles win out if style definitions conflict.
Visualizing levels of specificity ..........................................................
Here are some rules about CSS specificity:
Child elements (such as a <p>paragraph element within a parent
<body>) inherit their parent’s styles. If <body>has a style associated
Figure 3-4:
This special
script editor
opens when
you ask to
see the
HTML
source
code.