
  body {
    background-color:#bbbbbb;
    margin-top:10%;
    color:#ffffff;
  }
  td {
    font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
  }
  td.cuprins {
    font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
    color:#444444;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
  }
  a:link {color: #FFFFFF; text-decoration:none; }     /* unvisited link */
  a:visited {color: #FFFFFF; text-decoration:none; }  /* visited link */
  a:hover {color: #FFFFFF; text-decoration:underline; }   /* mouse over link; Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!  */
  a:active {color: #FFFFFF; text-decoration:none; }   /* selected link; Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */ 

  a.cuprins:link {color: #444444; text-decoration:none; }     /* unvisited link */
  a.cuprins:visited {color: #444444; text-decoration:none; }  /* visited link */
  a.cuprins:hover {color: #ffffff; text-decoration:underline; }   /* mouse over link; Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!  */
  a.cuprins:active {color: #444444; text-decoration:none; }   /* selected link; Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */ 



