@charset "utf-8";
h3 {
	font-size: 36px;
	color: #FFFF00;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
}
h2 {
	color: #FF0000;
	font-size: 72px;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	right: 500px;
}
body,td,th {
	color: #FFFF00;
}
p {
	font-weight: bold;
	color: #FFFF00;
	font-size: 18px;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #FF0000;
}
.link_gator {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 0;
}
.home_page {
	color: #FF9900;
	font-size: 18px;
	font-weight: bolder;
	position: relative;
	z-index: 1;
	top: -20px;
}

.gator_adventures {
	position: relative;
	color: #ff9900;
	font-size: 18px;
	font-weight: bolder;
	top: -20px;
	right: 0px;
	padding: 0px;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.orange {
	color: #ff9900;
	font-style: italic;
}
.link_home {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 0;
}

