<html>
<head>
<meta charset="utf-8">
<title>Grouped Selectors and Declarations</title>
<style>
p {
color: #f00;
} /* same as #ff0000 */
</style>
</head>
<body>
<h1>Sri Hari Book Store</h1>
<h2>India's largest Book Warehouse</h2>
<p>Sriharibookstore.com is committed to bringing the most convenient,
easy and secure shopping experience on the web.</p>
</body>
</html>