H1 { position: absolute; left: 10px; top: 5px; z-index: 10; font-size:
20pt; color: maroon; font-family: "Times" }
H2 { position: absolute; left: 10px; top: 15px; z-index: 1; color: red;
font-size: 45pt; font-family: "Times" }
H3 { color: green; font-size: 14pt; font-family: "Arial"; font-weight: bold }
A:link { text-decoration: none; font-family: "Times"; color: blue; font-weight: bold }
A:active { text-decoration: none; font-family: "Times"; color: red; font-weight: bold }
A:visited { text-decoration: none; font-family: "Times"; color: purple }
A:hover { background-color: "yellow"; text-decoration: underline; font-weight: bold; color: red }
P {  text-indent: 1cm; font-family: "Arial" }
I { color: red; font-family: "Arial" }
B { color: maroon; font-family: "Arial" }
BODY { font-family: "Arial" }

