<ul>
für <li>
.betont { color: red; }
.betont { color: blue; }
p { color: black; }
.header p { color: blue; }
<link rel="stylesheet" href="stil.css" />
<link rel="stylesheet" href="stil.css" media="screen" />
<link rel="stylesheet" href="stil.css" media="print" />
<p>Bla bla.</p>
<p style="color: blue;">Bla bla.</p>
img { … }
div.nav li a img { … }
#content p img { … }
<p style="color: red;">Bla bla.</p>
#content
.heading
:hover
input[type="text"]
p
div
li
ul#nav li.active a { … }
body.ie7 .col_3 h2 + p { … }
#header #nav a { … }