body {
	background-color: #efefef;
	margin: 80px;
	padding: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0077B2;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #0077B2;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990066;
	background-color: #EFEFEF;
	z-index: 1;
	position: relative;
	text-align: left;
	left: -50px;
	border: 0px;
}
em {
	color: #BA007C;
	z-index: 1;
}
.first {
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	position: relative;
	text-align: center;
	bottom: -30px;
	line-height: 0px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	line-height: 0px;
	background-position: center;
	background-color: #EFEFEF;
	z-index: 1;
	top: 20px;
}
