
@media screen {
  body { 
    font-family: Arial, sans-serif;
  }
}

@media print {
  body { 
    font-family: "SalitSO Medium", sans-serif;
  }
}

body { 
    direction: rtl;
    background-color: #ffffff;
}

pre, code, var, kbd, samp {
  direction: ltr; 
  font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

h6 {
  background-color: rgb(80%,80%,80%) !important ;
  border-width: thin                 !important ;
  border-style: solid                !important ;
  border-color:     rgb(60%,60%,60%) !important ; 
  padding: 0em .33em                 !important ;
}

samp {
  font-style: italic;
}

A:hover { background: #ffff88}