* {
  font-family: Arial, Helvetica, Verdana; 
  font-size: 12px; 
  color: #818181; 
}

.titlu { 
  font-weight: bold;
  font-size: 12px; 
  color: #000000; 
}

.meniu1 { 
  font-size: 11px; 
  color: #ffffff; 
}

.meniu2 { 
  font-weight: bold;
  font-size: 12px; 
  color: #ffffff; 
}

.txtn { 
  color: #000000; 
}

.footer { 
  color: #595959; 
}

.txto { 
  color: #FF5A00; 
}

.txt_det { 
  font-size: 12px; 
}

.footer { 
  color: #ffffff;
  font-size: 10px;
}

a { 
  text-decoration: none;
}
a:link {
  color: #841C12;
  text-decoration: none;
}
a:visited {
  color: #841C12;
  text-decoration: none;
}
a:hover {
  color: #841C12;
  text-decoration: underline;   
}

a.m { 
  text-decoration: none;
}
a.m:link {
  color: #ffffff;
  text-decoration: none;
}
a.m:visited {
  color: #ffffff;
  text-decoration: none;
}
a.m:hover {
  color: #000000;
  text-decoration: underline;   
}


body {
  overflow-x: auto; 
  overflow-y: auto;
  background-color: #737373;
  margin: 0;
}