body {
	background-image: url(../images/skin-back.jpg);
	background-repeat: repeat;
}
.white-link {
	color: #FFFFFF;
	text-decoration: none;
}

.main-gap {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 28px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 8px;
}
.navigation-bar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 18px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 4px;
	padding-left: 4px;
}
.image-gap {
	border: 2px solid #666666;
	margin-right: 5px;
}
.nav A:Link {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.nav A:Visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

.nav A:Hover {
	font-weight: normal;
	color: #0066FF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
.nav A:Active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.small-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
