<!DOCTYPE html>
<html>
<style>
body {background-color:lightblue; text-align:center;}
h1 {color:blue; font-size:40px; }
p {font-family:verdana; font-size:20px;}
</style>
<body>
<h1>My First CSS Heading</h1>
<p>My first CSS paragraph.</p>
</body>
</html>