/* dixi.css */

body  { 
   margin: 15px; 
   padding: 10px;
   color: black; 
   background: white; 
}

h2    {
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  text-align: center; 
  border: 2px solid gray;
  color: green;
  background: azure; 
}
  
h3  { 
  font-family: "Arial Bold Italic", "Georgia Bold",Verdana, sans-serif; 
  text-align: center;
  color: green;
  background: "#ffffc8"; 
  border: 2px solid gray;
}
      
p   { 
  font-family: "Georgia","Arial", Verdana, sans-serif; 
  font-size: 10pt; 
  text-align: justify; 
  text-indent: 2em; 
  color: black; 
}

LI   { 
 font-family: "Arial","Georgia","Tahoma","Comic Sans MS","Arial Bold Italic", "Courier New", Verdana, sans-serif; 
 font-size: 10pt; 
 font-weight: 500;
 text-align: justify; 
 padding: 1px;
 margin: 1px;
}
  
A:link       { text-decoration: none; color: #0000FF; font-weight: bold; }
A:visited    { text-decoration: none; color: Navy; font-weight: bold; }
A:active     { text-decoration: underline; color: Red; font-weight: bold; }
A:hover      { text-decoration: underline; color: Red; font-weight: bold; }
  
table  { 
  border: 2px solid gray; 
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}


caption  { 
  font-family: "Arial", Verdana, sans-serif; 
  text-align: center; 
  font-weight: bold; 
  color: blue;
  font-size: 12pt; 
  padding: 1px 0.33em; 
}
	
th  { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  font-size: 10pt; 
  padding: 1px 0.33em; 
  text-align: left;
}

     
td  { 
  font-family: "Arial","Georgia", Verdana, sans-serif; 
  font-size: 9pt; 
  color: black; 
  font-weight: normal; 
  border: 1px solid gray;
}

td#dxcc {
  text-align: left; 
  font-weight: bold;
  font-size: 10pt;
  color: red;
  padding-left: 15px;  
}


td#rec {
  text-align: left; 
  font-weight: bold;
  color: blue;
  padding-left: 15px;  
}

td#idxp {
  text-align: right; 
  font-weight: bold;
  color: red;
  padding-right: 15px;  
}


td#data {
  text-align: justify; 
  font-weight: normal;
  color: black;
  padding: 2px;  
}

td#date {
  text-align: right; 
  font-weight: bold;
  color: green;
  padding-right: 5px;  
}



td.limitL {
  font-family: "Arial";
	border: 0px solid gray;
  font-size: 9pt;
  padding-left: 8px;
	text-align: left;
	color: black;  	
  background: greenyellow;
}

td.limitR {
  font-family: "Arial";
	border: 0px solid gray;
  font-size: 9pt;
  padding-right: 8px;
	text-align: right;
	color: black;
  background: greenyellow;
  /* background: aliceblue; */
}


td.limitC {
  font-family: "Arial";
	border: 0px solid gray;
  font-size: 9pt;
  padding-left: 8px;
	text-align: center;
	color: black;  	
  background: greenyellow;
}

b  {
  font-family: "Arial","Georgia", Verdana, sans-serif;
  font-size: 8pt;
  color: black;
}

b#black    {
  font-size: 8pt;
  color: black;
}
      
b#red {
  color: red;
  font-size: 10pt;
}


b#brown{
  color: brown;
	font-size: 10pt;
}

b#brown2{
  color: brown;
	font-size: 16pt;
}

      
b#spec {
  font-size: 10pt;
  color: red;
  background: yellow; 
  border: 1px solid gray; 
  }      
      
b#fat {
  font-size: 12pt;
  color: blue;
 }     
