@charset "utf-8";

body {
	font: "Times New Roman", Times, serif ;
    color:#1f1a17;
}


h1 {
	font: "Times New Roman", Times, serif ;
    font-size: 1.4em;
	font-style:normal;
    text-align:center;
    font-weight: bold;
	/*padding:0 60px;*/
}

h2{
	font: "Times New Roman", Times, serif ;
	font-size: 1.4em;
    color: #1F497D;
	text-align:center;
    font-weight: bold;
}

h3{
	font: "Times New Roman", Times, serif ;
	font-size: 1.2em;
    margin-top: 20px;
}

a{
	color:#1f1a17;
    text-decoration: none;
	/*text-decoration:underline;*/
}
a:hover{
	color:#1f1a17;
	text-decoration:none;
}

.regulament {
    padding: 0 30px;
}

.regulament p {
    color: #1f1a17;
}


.cuprins {
    margin: 10px 0px 0px 170px;
    font-weight: bold;
}

.cuprins p {
    margin-left: 70px;
    color: #1F497D;
    font-size: 1.2em;
}

.linkPrezentare {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.linkPrezentare a {
    text-decoration: underline;
    color: #D34610; /*#CD6B16;*/
}

.linkPrezentare a:hover {
    text-decoration: none;
    color: #D34610; /*#CD6B16;*/
}

.rezumat a {
    text-decoration: none;
    color: #005BA0; /*#CD6B16;*/
}

.rezumat a:hover {
    text-decoration: underline;
    color: #005BA0; /*#CD6B16;*/
}

.naviRegulament {
    width: 100%;
}

.naviRegulament a {
    text-decoration: none;
    color: #005BA0;
    font-weight: bold;
}

.naviRegulament a:hover {
    text-decoration: none;
    color: #005BA0;
    font-weight: bold;
}

