body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(Images/Faded%20White%20Background.PNG);


}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #FFCC00;
	font-style: italic;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: blink;
	font-style: italic;
}
em {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-style: normal;
	color: #FFFFFF;
}
strong {
	font-weight: bold;
	color: #FF0000;
}
b {
	color: #FF0000;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #FFFF00;
}
th {
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
h5 {
	color: #0000FF;
}
.gallery {
	background-color: #000000;
}
.gallery a:link {
	border: 1px solid #000000;
}
.gallery a:visited {
	border: 1px solid #000000;
}
.gallery a:hover {
	border: 1px solid #FFCC00;
}
.gallery a:active {
	border: 1px solid #FFCC00;
}