@charset "utf-8";
body {
	background-color: #003300;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	color: #009900;
}

#container {
	height: 100%;
	width: 100%;
}

#topImages {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#lowerImages {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 14px;
}
.style1 {font-weight: bold}
.style2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: medium; font-style: italic; color: #FF9900; font-weight: bold; }
a:link {
	color: #030;
}
a:visited {
	color: #030;
}
a:hover {
	color: #030;
}
a:active {
	color: #030;
}