a:link { color:red; text-decoration:none; font-weight:bold; }
a:hover { color:maroon; text-decoration:none; background-color:yellow; font-weight:bold; }
a:active { color:red; text-decoration:none; background-color:yellow; font-weight:bold; }
a:visited { color:green; text-decoration:none; font-weight:bold; }

p { font-family:Arial,sans-serif; font-size:12pt; color:blue; }
p.paragraph { font-family:Arial,sans-serif; font-size:12pt; color:black } 
p.shadow { font-family:serif,sans-serif; font-size:16pt; color:black; background:silver } 

 body {vlink:blue; background: aqua; margin-left:40px; margin-right:10px}
 h1 { font-family:Arial,sans-serif; font-size:20pt; color: blue }
 h2 { font-family:Arial,sans-serif; font-size:12pt; color: red }
 h3 { font-family:Arial,sans-serif; font-size:11pt; color: blue }
 h4 { font-family:Arial,sans-serif; font-size:10pt; color: maroon }
 strong { color: #000080; }
