CSS declaration


Local stylesheet declaration
<h2 style=font-size: 35pt; color: blue; line-height: 30pt;
font-weight: bold; font-family: "Verdana,Ariel,Helvetica">
This is the new headline.</h2>
Global stylesheet declaration
<html>

<style type="text/css">

<!-- h4 {font: 17pt; font-weight: bold; color: maroon}
h2 {font: 15pt; font-weight: bold; color: blue}
p {font: 12pt; color: black}
-->
</style>
<body>