body {
  background-color: #ffffff ;
  padding: 0px;
  margin: 0px;
}
.titlu {
  font-family: Georgia;
  font-size: 18px;
  color: #7D3930;
}
.subtitlu {
  font-family: Tahoma;
  font-size: 12px;
  color: #555555;
  font-weight: bold;
}
.text {
  font-family: Tahoma;
  font-size: 11px;
  color: #848181;
}
.textalb {
  font-family: Tahoma;
  font-size: 11px;
  color: #FEF3D3;
}
.text_red {
  font-family: Tahoma;
  font-size: 11px;
  color: #7D3930;
  font-weight: bold;
}
.detalii {
  font-family: Tahoma;
  font-size: 10px;
  color: #7D3930;
  font-weight: bold;
  text-decoration: none;
}
.detalii:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: #7D3930;
  font-weight: bold;
  text-decoration: underline;
}

.link_left {
  font-family: Tahoma;
  font-size: 12px;
  color: #7D3930;
  font-weight: bold;
  text-decoration: none;
}
.link_left:hover {
  font-family: Tahoma;
  font-size: 12px;
  color: #FF9908;
  font-weight: bold;
  text-decoration: underline;
}
.link_left_selectat {
  font-family: Tahoma;
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}

.form {
  border: 1px solid #7D3930;
  font-family: Tahoma;
  font-size: 11px;
  color: #000;
  background-color: #ffffff;
}

