/* CSS Document */
body {
	background-image: url(../images/test.gif);
}
.alb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}

.shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.style1 {
	color: #FFF000;
	font-weight: bold;
}
.style2 {color: #003366; font-weight: bold; }
.style3 {font-size: small}
.eroare {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
}
.tabel_mic {
	font-size: small;
	text-align: center;
	color: #000000;
	background-color: #A2B5E8;
}

.copyright {
	font-size: small;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
