<html>
<head>
<meta charset="utf-8">
<title>CSS Syntax</title>
<style>
p.blue {
color: blue;
}
</style>
</head>
<body>
<h1 class="blue">Sri Hari Book Store</h1>
<p class="blue">Sriharibookstore.com is committed to bringing the most convenient, easy and secure shopping experience
on the web.</p>
</body>
</html>