<!-- =============================================================================== -->
<!-- Designed and created by Mihai Sarmaru and Alexandra Manole and Vargolici Mitrut -->
<!-- =============================================================================== -->


/* TEXT */

body,td,th {
        text-align:justify;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        left: 20px;
}
body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        left: 20px;
}
a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #FF0000;
}
a:hover {
        text-decoration: underline;
        color: #FF0000;
}
a:active {
        text-decoration: none;
        color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
        font-family: Arial, Helvetica, sans-serif;
}

/* BODY --------------------------------------------------------------------------------------------------------------------- */

#content {
  background:url('images/body.jpg') repeat-y;
  margin: 0;
  padding: 20px 50px 0px 50px;
}