body {
	background-image: url("imagini/bg.jpg");
	background-repeat: repeat-x;
	font-family: "Arial";
	font-size: small;
}
body#index {
	background-image: url("imagini/ro-sat.jpg");
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: small;
}
#titlu {
	background-color: #FFCCCC;
	text-align: center;
	padding-left: 18%;
	padding-right: 18%;
	border-style: solid;
	border-color: #990000;
	border-width: 2px;
}
#prescurtare {
	color: #660000;
	font-weight: bolder;
	font-size: 20px;
}
#meniu {
	background-color: #990000;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 2px;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	color: white;
}
#selectat {
	font-weight: bolder;
}
.imagine {
	background-color: white;
	margin-top: 2%;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	border-style: solid;
	border-width: 2px;
}
#corp {
	background-color: white;
	border-style: solid;
	border-color: #996666;
	border-width: 2px;
	margin-top: 50px;
	padding: 2% 5% 2% 5%;
}
.subtitlu {
	color: #996666;
	font-size: medium;
	font-weight: bolder;
}
#index {
	vertical-align: middle;
	color: red;
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
	border-style: double;
	border-width: 3px;
	border-color: white;
	padding: 5% 10% 5% 10%;
	margin-top: 18%;
}
#index_link {
	font-size: larger;
	text-align: center;
	padding-top: 1%;
	border-top-style: dotted;
	border-top-color: #FFCCCC;
	border-width: 3px;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #FFCCCC;
	text-decoration: underline;
}
a.black:link {
	color: black;
	text-decoration: underline;
}
a.black:visited {
	color: black;
	text-decoration: underline;
}
a.black:hover {
	color: #FFCCCC;
	text-decoration: underline;
}
#corp a:link
{
	color: #990000;
}
.em {
	font-weight: bolder;
}
span.red {
	color:red;
	font-weight:bolder;
}
span.green {
	color:green;
	font-weight:bolder;
}
span.blue {
	color:blue;
	font-weight:bolder;
}
