<head>
<style>
body {
font-family: "Segoe UI", Tahoma, sans-serif;
text-align: left;
color: blue;
}
p {
font-style: italic;
text-align: justify;
color: #00ff00;
}
</style>
</head>
<body>
<h1 style="font-weight:bold">This is a heading</h1>
<p>This is a paragraph</p>
</body>