/* CSS Document */
body {
 background-color:#336699; 
 background-image: url(imagini/bg2.png); 
 background-repeat: no-repeat;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	text-align:justify;
}
.style3 {font-family: Arial, Helvetica, sans-serif; color: #999999; font-size: 10px}
.style5 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #0099FF; font-weight: bold; }

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
