p{font-family:Times, serif;
  color:navy;}
#txt{font-family:Arial;
	 color:navy;
	}
p.header{border:2px solid;
		border-color:lightblue;
		background:lightgray;
		text-align:right;
	}
div.corpPrincipal{text-align:center;
				 border:2px solid;
				 border-color:lightblue;
				 background-image:url('body-background.jpg');
				}
div.descrieri{
			 width:500;
			 border:2px solid;
			 border-color:blue;
			 padding:15px;
			 text-indent:20px;
			}
div.meniuBara{background-color:lightblue;
			 font-family:Arial;
			 color:blue;
			 letter-spacing:2px;
			 word-spacing:10px;
			 text-align:center;
			}			
div.meniu{background-color:lightblue;}
table{text-align:center;
	 margin-left:150px;
	 margin-top:50px;}
a.meniuBara{text-decoration:none;
			font-size:0.89em;}
a.meniuBara:hover{text-decoration:none;
				  font-weight:bold;
				  color:red;
			box-shadow:20px 20px 50px 20px lightblue;
				}
a.meniu{font-family:Arial;
		letter-spacing:2px;
		text-decoration:none;
		text-align:left;
		color:navy;
		padding:5px;
		margin-bottom:20px;
		background-image:url('button_texture.jpg');
		
	}
a.meniu:hover{color:red;
			  font-style:italic;
			  letter-spacing:2px;
                          font-weight:bold;
			  border-left-color:navy;
			  border-left:4px solid;
			  box-shadow:20px 20px 50px 20px lightblue;	
			}
td.tabelMeniu{text-align:left;
			  width:200px;
			}
td.tabelDescrieri{font-family:Curier, Tahoma, Verdana;
				  text-align:justify;
				  color:navy;
				  padding-left:50px;
				}

pre{font-family:"Tahoma";
	font-style:bold;
	font-size:1.1em;}
				 