/* CSS Document */

h1 {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}

p {
	font-size:14px;
	color:#000000;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	
}

body {
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(Images/WebBackground3.jpg);
}
body,td,th {
	color: #000000;
}
.link, .link a:link, .link a:visited, .link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

.link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #75D430;
	text-decoration: none;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.gallery {
	border: thin solid #94CF51;
}
.P2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #75D430;
	font-weight: bolder;
}
.h3 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bolder;
}

