/* Autor:
   	Sabin Corneliu Buraga - busaco@infoiasi.ro
   	http://www.infoiasi.ro/~busaco/
   	
   Ultima actualizare: 21 martie 2004
*/   
body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background: white;
  margin: 5px;
}

h1, h2, h3 { 
  font-family: "Arial Black", Tahoma, Verdana, Syntax, sans-serif;
  font-weight: bold;
}

h2, h3, h4 {
  color: black;  
  letter-spacing: 0.05em;
}

h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
} 

h1 {
  font-size: 12pt;
  color: #FFCC00;
}
  
h2 {
  border-left: solid darkred; 
  padding: 3px;
}
  
h3 {  
  /* pentru acelasi rezultat in NS si IE */
  width: 100%; 
  font-weight: bold;
  font-size: 1em;
} 

h4 {
  letter-spacing: 0.2em;
  width: 100%;
  font-size: 12pt;
  margin-top: 3px;
  margin-bottom: 7px;
}

h4 {
  margin-bottom: 3px;
  margin-top: 10px;
}  
   
h5 {
  padding: 3px;
  font-weight: bold;
  font-size: 10pt;
  margin: 0px;
}  

h6 {
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 0px;
}
  
p { 
  line-height: 1.2;  
  margin-top: 0.6em;  
  margin-bottom: 0.6em;  
}
  
a:active {
  color: #FFCC00;
}

a:visited {
  color: #336699;
}

a:hover {
  color: #FFCC00;
  text-decoration: none;
}

a { 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  text-decoration: underline;
}

div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-indent: 1em;
}  
 
sup, sub {
  font-size: 85%;
}

hr {
  color: navy;
}    

th, td { /* pentru NS 4+ */
  font-family: Arial, Helvetica, sans-serif;
}   

.subtitlu {
  font-size: 11pt; 
  font-family: Arial, Helvetica, sans-serif; 
  color: black;
}  

.autori {
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
}

.mic {
  font-size: 8pt;
}  

.chenar {
  border-style: solid;
  border-color: #FFCC00;
  border-width: 1px;
}  
