h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #efd699;
	text-align: center;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFC;
	font-weight: normal;
	margin: 50px;
}
#initialcap {
	font-size: large;
	font-weight: normal;
	color: #efd699;
}


#whole {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFC;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFC;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	vertical-align: sub;
}
.footertable {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
}

a:link {
	color: #FFCC66;
	text-decoration: underline;
}
.caption {
	font-size: x-small;
	color: #FFCC66;
	text-align:center;
}
a:visited {
	color: #FC6;
	text-decoration: underline;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
a:active {
	color: #FC6;
	text-decoration: none;
}

.italics {
	font-style: italic;
}

.footertable a:link {
    color:#003;
	text-decoration: underline;
}
.footertable a:visited {
	color: #003;
	text-decoration: underline
}
.footertable a:hover {
	color: #F93;
	text-decoration: underline
}
.footertable a:active {
	color: #F93;
	text-decoration: none
}
hr {
	height: 1px;
	background-color: #F93;
	border: #F93;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.imagetable {
	padding: 10px 20px 10px 0px;
	border: 0px;
}
.image {
	border: 4px solid #F93;
}
table {
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.blockquote {
	margin-right: 30px;
	margin-left: 30px;
}

.imagetable-right {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 0px;
}
