/* common.css - 2023-01-25 */

@media screen {
    body {  background-color: white; }  
}

@media print { 
   body { font-size:60%; }  
   img { width: 60%; }  
   * { background-image: none !important; } 
  .big { background-color: #FFB200;}
}

@media all {
* { font-family: Tahoma, Arial, Helvetica, sans-serif; white-space: nowrap; } 
    body { color: #444444; cursor:crosshair; width:95%; margin: auto; text-transform: none; }

    .big { background-image:linear-gradient(#FFD600,#FFB200); color:white !important;
           display:inline; font-weight: bold; }
     a:hover strong, a:hover b, a:hover u, a:hover ins, 
     a:hover {background-image:linear-gradient(#420000,#BD3110); color: white !important;
              cursor:default; text-decoration:none;}  
     div.img a:hover {background-image: none}
     a:link, a:visited, a:active { text-decoration: none; } 
    .big em, em .big, .big i, i .big,
    .big a:link, .big a:visited, .big a:active { color: white !important; } 

    em, i, hr {color: gray; } 
    a strong, strong a, em a, em u, em ins, ins, a ins, .big ins, i ins,
    a b, b a, i a, u, a u, .big u, i u {color: black !important; } 

    body { font-size: 9pt; } .big  { font-size: 111%; }
}

