@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCEEFF ;
	margin-top:0;
	margin-bottom:0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.container {
	background-color:#CFEFB2;
	border-style:solid;
	border-color:white;
	border-width:thick;
	width:95%;
	height:100%;
}

.ibody {
	width:100%;
	height:100%;
	border-style:solid;
	border-width:medium;
	border-color:#FFCC7F;
	background-color:#CFEFB2;
}

.ibody2 {
	width:100%;
	height:100%;
	border-style:solid;
	border-width:medium;
	border-color:#FFCC7F;
	background-color:white;
}


.album {
	width:150px;
	border-style:solid;
	border-width:medium;
	border-color: #60CB00;
	background-color:#CFEFB2;
	height:150px;
}

.album2 {
	width:150px;
	border-style:solid;
	border-width:thin;
	border-color: #60CB00;
	background-color:white;
	height:150px;
}


.menu {
	width:100%;
	height:100%;
}

h1 {
	color:blue;
	text-align:center;
}

h3 {
	color:#FF9900;
}

p {
	direction:rtl;
	color:#003366;
}