/* CSS Document */
body {
 background-color:#000033; 
/* background-image: url(imagini/bg2.png); 
 background-repeat: no-repeat; */
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-align:justify;
}
.titlu {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #ff0099;
	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: #ff9900; font-weight: bold; }

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

