body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-color: #294848;
	background-position: center;
	color: #FFFFFF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}