body {
   background-color: #FFF0F5;
   background-image: url('back.gif');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: 0 0;
   color: black;
   fontstyle: normal;
   font-weight: normal;
   font-size: small;
   line-height: 1.5em;
   margin: auto;
   padding: 0px;
}
div {
   font-size: 10pt;
   line-height: 125%
}
span {
   letter-spacing:1px;
}
h1 {
   text-align: center;
   color: red;
}
h2 {
   text-align: center;
   color: olive;
}
h3 {
   text-align: center;
   color: navy;
}
h4 {
   text-align: center;
   color: lime;
}
a:link { color:white; font-size:10pt}
a:hover { color:lime; font-size:11pt}
a:activ { color:red; font-size:10pt}
a:visited { color:darkkhaki; font-size:10pt}
.navi {
   fontstyle: normal;
   font-weight: bold;
   font-family: 'MS ƒSƒVƒbƒN';
   font-size: small;
   text-align: center;
   line-height: 1em;
   margin: auto;
   padding: 5px;
}
.indent {  text-align: left; text-indent: 20px}
.padding {  padding-left: 50px}

