@charset "utf-8";
/* CSS Document */



body {
background:url(manele-i/fundal.jpg);
background-repeat:no-repeat;
background-size: cover;
background-attachment: fixed;
margin:0px;
font-size:16px;
}
a {
color:#fff;
text-decoration:none;
}
a:link {
color:#fff;
text-decoration:none;
}
a:hover {
color:#888;
text-decoration:underline;
}
a:visited {
color:#fff;
text-decoration:none;
}
.linknegru {
color:#00aa00;
text-decoration:none;
}
.linknegru:link {
color:#00aa00;
text-decoration:none;

}
.linknegru:hover {
color:#ff0000;
text-decoration:underline;
}
.linknegru:visited {
color:#00aa00;
text-decoration:none;
}


.mare {
font-weight:bold;
font-size:18px;
}
.mare:hover {
color:#888;
text-decoration:underline;
}
hr {
border-top:1px solid #f00;
}
p {
text-align:justify;
}
h1 {
color:#f00;
font-size:22px;
}
.figures {
width:654px;
border:3px solid #3a7124;
padding:20px;
text-align:justify;
}

.marginleft {
margin-left:45px;
}
.pointer {
cursor:pointer;
}