<html>
<head>
<title>My Website</title>
<style>
#p3{ font-size: x-large; }
</style>
</head>
<body>
<p id="p1" class=" greentext ">This is the p1 paragraph</p>
<p id="p2" class=" greentext ">This is the p2 paragraph</p>
<p id="p3" class=" greentext ">This is the p3 paragraph</p>
<p id="p4" class=" greentext ">This is the p4 paragraph</p>
<p id="p5" class=" greentext ">This is the p5 paragraph</p>
</body>
</html>