/*--------------لون الخلفية------------*/
body {
  background-color: #F1F1F1;
  background-attachment: fixed;
  
}
/*--------------الخطوط------------*/
p {
	font: bold 15px "Times New Roman", serif;
	text-align: center;
	color: #FFF6C8;
}
/*--------------مؤثرات النصوص------------*/
a {
	text-decoration:none;
	color: #AA2E67;
}
a:hover {
	text-transform: uppercase;
	font-weight:bold;
	color:#F1F1F1;
	background-color:#DD1583;
}
a.veg {
	color: #FFF6C8;
}
a.eee {
	color: #FF0000;
}
body {
	margin: 0px 0px 0px 0px;
}