  .btext {
   font-family:Arial, sans-serif;
   font-size:12px;
   }
   
   .dtext {
   font-family:Arial, sans-serif;
   color: blue;
   font-size:14px;
   }
   
   .btn {
   font-family:Arial, sans-serif;
   color: #0b0b50;
   background: #bbbbbb;
   font-size:12px;
   }
   
  A {
   text-decoration:none;
   color: blue;
   }

  A:hover {
   color:white;
   background:#8569ff;
  }
