body {
	background-color: #ddcec0;
	font-family: sans-serif;
	font-size: small;
}

h1 {
	font-size: larger;
	font-style: italic;
	text-align: center;
	color:	#496a88;
}

h2, h3 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	color:	#496a88;
}

#document {
	color: #496A88;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.indent {
	margin-right:	5%;
	margin-left:	5%;
	color:		#887B49;
}
#alexandria {

	border-color:	#95B5CA;
	border-width:	2px;
	border-style:	groove;
	padding:	25px;
	margin:		30px;
}

img {
	border: black 1px solid;
}

.style1 {
	font-size: x-small
}

.style2 {
	font-size: small
}


a:link {
	color:			#496A88;
	font-weight:		bold;
	text-decoration:	none;
	border-bottom:		none;
}
a:visited {
	color:			brown;
	font-weight:		bold;
	text-decoration:	none;
	border-bottom:		none;
}
a:hover {
	color:			teal;
}
 
#footer {text-align: center;
}


