<!DOCTYPE html>
<html>

<head>
<style>

h1 { color:black;
    font-family:Verdana;
    font-size:200%;
    margin:10px; }

hx { color:black;
    font-family:Verdana;
    font-size:200%;
    margin:5px; }

hy { color:black;
    font-family:Verdana;
    font-size:150%;
    margin:5px; }

p  { color:black;
    font-family:Verdana;
    font-size:75%;
    margin:25px;
    text-align:justify; }

A {text-decoration: none; }
A:link{color:000000;}
A:visited{color:000000;}
A:hover{color:000000;}
A:focus{color:000000;}
A:active{color:000000;}

</style>
</head>

<body>

<h1>This is a heading</h1>
<hx>This is a heading</hx>
<hy>This is a heading</hy>
<p>This is a paragraph.</p>

</body>
</html>