

html {
   background-color:black;
}

body {
	margin: 30px;
	padding: 30px;
	background-image: url("beige.jpg");
 }

a {
	text-decoration: none;
	color:darkblue;
	font-weight:bold;
	font-family: arial, sans-serif;
	border-bottom: dotted 3px darkblue;
	padding: 1px 4px;
}

a:hover {
	color:yellow;
	background-color: #33F;
		
}

h1 {
	font-family: Helvetica Narrow, sans-serif;
	border: 7px ridge #FFE4B5;
	text-align: center;
	padding: 5px;
	background-color: #EDB872;
	box-shadow: 10px 10px rgba (0, 0, 0, 0.4);
	color: white;
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

h2{
	text-align: center;
	display: block;
	background-color: beige;
	border: 3px inset orange;
	margin-left:260px;
	width: 600px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
	
}

.hTwo{
	margin-left: 0px;
}



table{
	border: 4px inset #FFF8DC;
	margin-left: 290px;
	margin-top: 50px;
	width: 600px;
}

td, th{
	border: 2px solid black;
	background-color:#F7E7CE;
	padding: 7px;
}

img {
	border: 1px solid black;
	padding: 0px;
}

.img2{
	margin: 0;
	padding:0;
}

.imagewithtext {
	padding: 5px;
	width: 100px;
	height: 200px;

}


.body2{
	margin: 30px;
	background-image: url("egypt.jpg")
}

.body3 {
	margin-left: 300px;
}

.featurelist {
	list-style-image: url('BulCat.jpg');
	font-family: "Comic Sans MS", cursive, sans-serif;
	display:block;
	border: 7px inset #FFE4B5;
	padding: 15px;
	background:beige;
	margin-left:260px;
	width: 600px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
	width: 600px;
}



.source{
	border: 7px groove #B8860B;
	background:beige;
	padding: 20px;
	color:black;
	font-family:Arial;
	font-size:100%;
	width: 600px;	
    display: block;
	border-radius: 25px;
	text-align: center;
	margin-left:260px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
}


#menu {
	position: fixed;
	left: 30px;
	top: 100px;
	background-color:burlywood;
	float: left;
	text-align: center;
	border: outset silver 5px;
	font-family: helvetica;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
	size:100px;
}

#menu h1 {
	margin: 0.5em 0;
	text-align:center;
	border: inset silver 3px;
}

#menu ul {
    text-align: left;
	list-style-type: none;
    margin: 0;
    padding: 0;
	border: solid #0099ff 1px;
} 
#menu li {
   border: outset silver 3px;
   text-align: left;
   list-style-type: none;
}

#menu a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	display: block;
	padding: 4px 7px;
    width: 200px;	/**** This sets the width of the menu ****/
	background-color:#FFFFC2;
	color: black;
	text-decoration:none;	
}
#menu a:hover{
	background-color: orange;
}

/* curr could by an ID or a CLASS */
#menu #curr{
	color: #FFF;
	background-color: #090;
	font-weight: bold;
	padding: 2px 7px;
