body {
	background-color: #002B5E;
	color: #96A8B4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: none;
}

h1 {
	display: inline;
	border: 0px;
	margin: 0px;
}

div.title {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	width: 400px;
}

a {
	margin: inherit;
	padding: inherit;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #96A8B4;
}

a:visited {
	text-decoration: none;
	color: #96A8B4;
}

a:hover {
	text-decoration: none;
	color: #C8DBFB;
}

div.copyright {
	clear: both;
	position: absolute;
	left: 10px;
	top: 530px;
	padding-top: 5px;
	width: 500px;
	text-align: justify;
	font-size: x-small;
	border-top: #96A8B4 thin solid;
}

p.back {
	position: absolute;
	margin: 0px;
	top: 465px;
	left: 70px;
	padding: 0px;
	text-align: justify;
	font-size: large;
	text-decoration: underline;
}