body {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 0px;
background-color: khaki;
}


h1  { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 2px solid gray;
  text-align: center; 
  color: green; 
  background: white; 
  margin: 1px;
  padding: 3px;
  } 

h2  { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 2px solid gray;
  text-align: center; 
  color: green; 
  background: white; 
  margin: 1px;
  padding: 3px;
  } 
  
h3  { 
  font-family: "Comic Sans MS","Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 1px solid gray;
  text-align: center; 
  color: green; 
  background: white; 
  padding: 2px;
    } 
  
h4  { 
  font-family: "Comic Sans MS","Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 1px solid black;
  text-align: center; 
  color: red; 
  background: aliceblue; 
  margin: 6px;
  padding: 2px;
  } 
	
.counter   { 
  font-family:"Georgia","Arial Bold Italic", Verdana, sans-serif; 
  background: yellow; 
  font-size: 10pt; 
  font-weight: bold;
  padding: 3px; 
  text-align: left; 
  color: red; 
  border: 2px solid red; 
  }     
  
  
table {
	border-collapse: collapse; 
  border: 2px solid gray;
}

th {
  font-family: "Arial","Georgia","Arial Bold Italic", Verdana, sans-serif; 
  border: 1px solid blue; 
  background: lawngreen; 
  text-align: center;   
  padding: 1px 0.33em; 
  color: black; 
  font-size: 8pt;
}  


td#dxcc {
  color: blue; 
  border: 1px solid gray; 
  background: white; 
  text-align: left;  
  font-family:  Arial, Verdana, sans-serif; 
  font-size: 8pt;   
  font-weight: 800;
  padding-left: 15px;
  width: 33%;
}

td#sum   { 
  color: purple; 
  border: 1px solid gray; 
  background: white; 
  text-align: right; 
  padding-right: 15px;
  font-family:"Georgia","Arial Bold Italic", Verdana, sans-serif; 
  font-size:8pt;  
  font-weight: bold; 
  /* border: 1px solid gray; */
  width: 33%;
  }

td#nr    { 
  color: black; 
  border: 1px solid gray; 
  background: whitesmoke; 
  text-align: right;  
  font-family: "Georgia","Arial Bold Italic", Verdana, sans-serif; 
  font-size: 8pt; 
  font-weight: bold;
  border: 1px solid gray;
  padding-right: 15px;
  width: 33%;
  }

p { 
  font-family: "Arial", Verdana, sans-serif; 
  font-size: small;
  text-align: justify; 
  font-weight: 200; 
  color: black;  
  }      
	

b#red {
   color: red;
   font-size: 8pt;
  }

b#green {
  color: green;
   font-size: 10pt;
  }
  
b#b {
  color: black;
  }  
b#p {
  color: purple;
  }    
b#red2 {
      font-size: 8pt;
      color: red;
      background: yellow;      
      }  
b#blue {
  color: blue;
  }
b#spec {
      font-size: 10pt;
      color: red;
      background: yellow; 
      border: 1px solid gray; 
      padding-left: 3px;
      padding-right: 3px;      
      }      
      
b#spec1 {
      font-family:  "Comic Sans MS",Verdana,"Georgia Bold","Arial", sans-serif, "Tahoma"; 
      font-size: 12pt;
      color: green;
      }         
      
b#fat {
      font-size: 11pt;
      color: blue;
      }      
  
  
b#red1{
  font-family:  "Arial","Comic Sans MS",Verdana,"Georgia Bold", sans-serif, "Tahoma"; 
  font-size: 8pt;
  color: purple;
  font-weight: bold;
  }  

	