body {
background: #FFFFFF;
background-image: url('images/background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
color:#8479D6;
font-family: arial;
font-size: 7pt;
letter-spacing:1px;
line-height : 20px;
text-align: justify;
text-align: left }

strong {
color:#B0DFEC;
font-weight: bold;
text-transform : uppercase;
cursor: help; background-position-y:50% }  

h1 {
border-bottom: 1px solid #E9E9FD;
background-color: #FFFFFF;
font-size: 9pt; 
line-height : 12px;
letter-spacing:3px;
font-family: arial;
font-weight: bold;
color:#B7B8F4;
text-align: right;
padding:4px;
margin-left:0;
margin-right:0;
margin-bottom:0;
text-transform : lowercase;
 }
 
 h2 {
background-color: #FFFFFF;
font-family: arial;
font-size: 8pt;
letter-spacing:1px;
line-height : 12px;
margin: 5px 0; 
margin-top: 5px;
padding: 2px;
text-align: right;
text-transform : lowercase;
 }
 
 h3 {
border-bottom: 1px solid #E9E9FD
background-color: #FFFFFF;
font-family: arial;
font-size: 10pt;
letter-spacing:1px;
line-height : 12px;
margin: 5px 0; 
margin-top: 5px;
padding: 2px;
text-align: right;
text-transform : lowercase;
 }

<!--

A:link {
color: #EE92C3;
font-family: arial;
font-weight: bold;
text-decoration: none;
letter-spacing:2px;
text-transform : uppercase;
letter-spacing:1px;
text-align: left;
 }

A:visited {
color: #EE92C3;
font-weight: bold;
text-decoration: none;
font-family: arial;
letter-spacing:2px;
text-transform : uppercase;
letter-spacing:1px;
text-align: left;
 }

A:hover {
color: #B76AB5;
text-decoration: none;
cursor: help;
letter-spacing:1px;
text-align: left;

 }
 
-->