@charset "utf-8";

.titlu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	margin-bottom:12pt;
	margin-top:12pt;
	text-align: center;
	font-weight:900;
	color:#000;
	font-style:italic;
	
}

.subtitlu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	margin-bottom:6pt;
	margin-top:6pt;
	margin-left:6pt;
	text-align: center;
	font-weight: bold;
	color:#000;
	top: 2cm;
	bottom: 2cm;
}

.paragraf
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	margin-bottom:6 pt;
	margin-top:6pt;
	margin-left:6pt;
	margin-right:6pt;
	text-align:justify;
	color: #000;
}

.nume
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	margin-bottom:6 pt;
	margin-top:6pt;
	margin-left:6pt;
	margin-right:6pt;
	text-align:left;
	color: #000;
}

.program
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	margin-bottom:6 pt;
	margin-top:6pt;
	margin-left:6pt;
	margin-right:6pt;
	text-align:justify;
	color: #000;
	font-weight: bold;
	top: 6pt;
	bottom: 6pt;
}

.lista
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	list-style:disc;
	text-align:left;
	color: #000;
}

.link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration:none; 
}

a{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #FF6666;
}