@charset "UTF-8";
body {
	background-image: url(../images/2completeback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #009999;
}
.h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 80px;
	background-position: center top;
	text-decoration: none;
	text-align: center;
	display: block;
	letter-spacing: 8px;
	margin-top: 60px;
	font-style: normal;
}
nav {
	height: 40px;
	background-color: #3CC;
	opacity: 0.4;
	text-align: center;
	word-spacing: 50px;
	margin-top: 100px;
	margin-right: 200px;
	margin-left: 200px;
}
.h2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 80px;
	text-decoration: none;
	text-align: left;
	padding-top: 465px;
	margin-left: 200px;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
}
.p {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	text-align: center;
	margin-left: 200px;
	margin-right: 200px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.a {
	color: #000;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	word-spacing: 50px;
	text-align: center;
	font-style: italic;
}
a:hover {
	color: #F90;
}
