/* Cascading Style Sheet used in the Web page of Kay Nix
   (written by Kay Nix - KayNix@K-SeCuRiTy.De)
   
   Last update: 04 Iulie 2003
*/   

body { 
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: black;  
  color: silver;
  background-repeat: no-repeat;  
  background-position: top right;
  margin: 1cm;
}

@media print {
body {  
  margin: 1em;
}
} 

@media screen { /* to avoid a bug in NS 4.x */
body {
  background-repeat: no-repeat;  
  background-position: top left;
  background-image: url("fundal1.jpg");
  background-attachment: fixed; 
}
}
  
h1, h2, h3 {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}  

h1, h2, h4 { 
  font-weight: 900;
}

h2 {
  letter-spacing: 0.6em;
  color: #4d95dd;
  font-size: 14pt;
}

h3 {
  border-bottom: solid thin;
  border-bottom-width: 0.05em;
  border-left: solid thin;
  border-left-width: 0.05em;
  padding: 0.3em;
  width: 100%;
  font-size: 13pt;
}
  
h4 {
  font-size: 11pt;
}
  
h5 {
  font-size: 10pt;
}

h6 {
  font-size: 8pt;
}
    
@media screen { /* hide from IE 3 or NS 4 */
a:hover {
  color: rgb(255,255,255);
  text-decoration: underline;
}
p, div {
  line-height: 1.3;
}  
}

a { 
  font-weight: 800;   
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  color: #4d95dd;
  text-decoration: none;
}

div {
  font-size: 9pt;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
  
p { 
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 10.5pt;
}

pre, tt, code {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: silver;
}

hr {
  color: #666666;
}

td, tr { /* for NS4 */
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

/* special style classes */
.underline {
   border-bottom: solid thin rgb(127,127,127) 1px;
   border-top: solid thin rgb(127,127,127) 1px;
   font-weight: 900;
   color: #CCCCCC;
   margin-bottom: 3px;
   margin-top: 3px;
}   

.right {
  border-right: solid thin rgb(127,127,127) 1px;
}
  
.wide {
  letter-spacing: 0.4em;
  padding: 0.2em;
  font-size: 9pt;
}  

 
a:hover.important {
  text-decoration: underline;
  color: #4d95dd;
}
a.important {
  color: silver;
  letter-spacing: 0.1em;
}





