body {
   background-image: url(images/bg1.jpg);
   background-attachment: fixed;
   background-color: #FFFFFF;
   margin-top: 2px;
   margin-bottom: 2px;
}
A:hover{
   color: #2139B1;
   text-decoration: none;
}
h1 {
   font-family:'Trebuchet MS';
   color: #C000C0;
   font-size: 15pt;
   line-height: 12pt;
   font-weight: 700;
}
span.body,table.body {
   font-family:"Verdana,Arial,Trebuchet MS";
   color: #2139B1;
   font-size: 10pt;
   line-height: 12pt;
   font-weight: 600;
}
ul.list {
   font-family:'Trebuchet MS';
   color: #C000C0;
   font-size: 10pt;
   line-height: 11pt;
   letter-spacing: 2px;
   font-weight: 700;
}
span.line {
   font-family:'Trebuchet MS';
   color: #C000C0;
   font-size: 12pt;
   line-height: 13pt;
   font-weight: 700;
}
span.copywrite {
   font-family:'Trebuchet MS';
   color: #2139B1;
   font-size: 8pt;
   line-height: 10pt;
   letter-spacing: 2px;
   font-weight: 700;
}
hr {
   color: #2139B1;
}