The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<title>Untitled Document</title>
<style type="text/css">
<!--

div.danger * {
              color: red; 
}

div.green {
              color: green; 
}

div.yellow {
              color: yellow; 
}

div.danger * [class="green"] {
              font-size: 30px;
}

div.danger *[class="green"] {
              font-style: italic;
}

div.danger * *[class="green"] {
              text-decoration: underline;
}

body* div {
           color: blue;
} 

-->
</style>
</head>
<body>
 (body)
 <div>
  (div)
  <div>
   (div)
   <div class="danger">
   (div class="danger")
    <div class="green">
    (div class="green")
     <div class="yellow">
     (div class="yellow")
      <div class="danger">
       (div class="danger")
       <div class="green">(div class="green")(/div)</div>
      (/div)
      </div>
     (/div)
     </div>
    (/div)
    </div>
   (/div)
   </div>
   <div>(div)(/div)</div>
   <div>(div)(/div)</div>
  (/div)
  </div>
 (/div)
 </div>
 (/body)
</body>
</html>