

.text
{ font-family: arial; 
  font-size: 9pt; 
  color: #D8E1EB; 
}



.textt
{ font-family: arial; 
  font-size: 9pt; 
  color: #D9E0E8; 
}



.text2
{ font-family: arial; 
  font-size: 8pt; 
  color: #2E5C8C; 
  font-weight: bold; 
}



a.meniu:link
    { 
    color: #E0EEE7;
    text-decoration: none;
    }
a.meniu:visited
    {
    color: #E0EEE7;
    text-decoration: none;    
    }
a.meniu:hover
    {
    color: #00C268;
    text-decoration: none;    
    }	



a.contact:link
    { 
    color: #00C268;
    text-decoration: underline;
    }
a.contact:visited
    {
    color: #00C268;
    text-decoration: underline;    
    }
a.contact:hover
    {
    color: #ffffff;
    text-decoration: underline;    
    }	







font.uppercase 
    {
    text-transform: uppercase;
    }

