 <!--
 body{
 background-color: #fff;
 background-image:url('bg.jpg ');
 background-repeat: repeat-x;
 font-family: arial;
 color: #000;
 font-size: 12px;
 cursor: default;
 text-align: justify;
 }

 A:link{
 color: #3D4D1E;
 text-decoration: none;
 cursor: hand;
 }

 A:visited{
 color: #3D4D1E;
 text-decoration: none;
 cursor: hand;
 }

 A:active{
 color: #3D4D1E;
 text-decoration: none;
 cursor: hand;
 }

 A:hover{
 color: #96A67A;
 text-decoration: none;
 cursor: hand;
 }

 h1{
 font-size: 30px;
 }

 f{
 color: #3D4D1E;
 }

 -->
 </style>