body {
	background-color: Black;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}

.nav {
	text-align: center;
	font-size: large;
	width: 100%;
}
h1, h2, h3 {
	background-color: transparent;
	text-align: center;
	color: #FF9933;
}
h4 {
	font-style: italic;
	text-align: center;
}
p {
	padding-left: 10%;
	font-size: medium;
}
blockquote {
	padding-left: 15%;
	width: 80%;
	font-size: medium;
}
ul {
	list-style-type: disc;
	padding-left: 20%;
	font-size: medium;
}
a:link {
	background-color: transparent;
	color: #0066FF;
}
a:visited {
	background-color: transparent;
	color: #9933CC;
}
.footer {
	background-color: transparent;
	font-style: italic;
	font-size: x-small;
	text-align: right;
	color: #FF9966;
}
.contact {
	font-size: small;
	font-style: italic;
}