<html>
<head>
<style>
p:first-letter {
color: maroon;
font-size: 36px;
}
</style>
<body><p style="border:2px solid blue">Maroon on the first letter only.</p>
</html>
<html>
<head>
<style>
p:first-letter {
color: maroon;
font-size: 36px;
}
</style>
<body><p style="border:2px solid blue">Maroon on the first letter only.</p>
</html>