
body {
	background: white;
	color: #666666;
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

.intro_image {
	position: absolute;
	
	top: 7%;
	left: 7%;
}

.intro_romana {
	position: absolute;
	top: 80%;
	left: 40%;

	background: white;

	text-align: center;				
}

.intro_engleza {
	position: absolute;

	top: 40%;
	left: 60%;

	text-align: center;
}

.intro_title {
	color: black;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #757290;	
}

.linie_orizontala {
	position: absolute;
	top: 54%;
	left: 40%;

	width: 50%;

	border: 0px; 
        color: #757290;
        background-color: #757290;

        height: 10px;

}


.linie_verticala {
	position: absolute;
	top: 4%;
	left: 55%;

	border-left: solid 10px #757290;
}

