/*Folosit temporar pentru interactivitatea cu site-ul existent*/
@CHARSET "ISO-8859-1";
h1, h2, h3 {
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    margin:0pt;
}
h2 {
    color:#888888;
    font-size:9pt;
    font-weight:bold;
    margin-top:2px;
}
a, a:visited, a:active, a:hover {
    text-decoration:none;
}
.rezart {
	border-bottom:1px dashed #EECCCC;
	clear:both;
	float:left;
	font-size:9pt;
	margin-bottom:4px;
	margin-top:2px;
	padding:0.5%;
	width:99%;
	text-align:justify;
}
.rezart:hover{
    background-color: #fff4e8;
}
.rezart a:link, .rezart a:active, .rezart a:hover {
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    text-decoration:none;
	cursor: pointer;
}
.rezart h1:hover, .rezart h2:hover, .rezart p:hover{
    cursor: pointer;
}

