@charset "utf-8";
body {
	background-color: #000000;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-indent: 2em;
	white-space: normal;
	text-align: left;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #CCCCCC;
	letter-spacing: 3px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC3300;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}
.navbutton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.webexamples {
	text-align: center;
}
a:link {
	color: 66CCFF;
}
a:hover {
	color: FF6600;
}
