<html>
    <head>
        <title>My Website</title>
		<style>
            . greentext{
                color: green;
            }
         </style>
    </head>
    <body>
        <p class="greentext">This is the  p1 paragraph</p>
        <p class="greentext">This is the  p2 paragraph</p>
        <p class="greentext">This is the  p3 paragraph</p>
        <p class="greentext">This is the  p4 paragraph</p>
        <p class="greentext">This is the  p5 paragraph</p>
		
    </body>
</html>