<div class="box" id="redbox">
.box { background: white; }
#redbox { background: red; }<div class="box">
<a href="#">Hello</a>
</div>
a { color: blue; }
.box a { color: red; }
Hello
<div class="page">
<div class="button">
<a href="#">Click</a>
</div>
</div>