
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: black;
  background: white;
}

h1, h2, h3 { 
  font-family: "Myriad Web", Tahoma, Verdana, Syntax, sans-serif;
  font-weight: bolder;
}


h2, h3 {
  color: navy;
 /* border-left: solid thin;*
  padding-left: 10px;
}

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

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

a:active {
  color: navy;
}

    

a:hover {
  text-decoration: none;
  color: rgb(226,46,55);
}
p { 
  line-height: 1.2;  
}



h1, h2, h3 { 
  stress: 20; 
  richness: 90 
}

pre {
  speak-punctuation: code 
}


ul {
  list-style: disc;
}  

p, div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin-top: 0.6em;  
  margin-bottom: 0.6em;  
}  


sup, sub {
  font-size: 75%
}

hr {
  color: navy;
}    

.nume{
    border-left: solid thin;
    padding-left: 10px;
	color : Teal;
    font-family: "Myriad Web", Tahoma, Verdana, Syntax, sans-serif;
    font-weight: bolder;
	font-size : 18pt;
}

.functie{
    color: navy;
    font-family: "Myriad Web", Tahoma, Verdana, Syntax, sans-serif;
    font-weight: bolder;
	font-size : 14pt;
}