<html>
	<head>
		<title>Link Bar Style Sheet</title>
		<style type="text/css">
			<!-- 
			body {
				background-attachment: fixed;
				background-repeat: no-repeat;
				background-position: center;
				color: "#666666"
			}

			h1 {
				text-align: "center";
				font-color: "#003366";
			}

			h2 {
				text-align: "center";
				font-color: "#003366";
			}

			h3 {
				text-align: "center";
				font-color: "#003366";
			}

			h4 {
				text-align: "center";
				font-color: "#003366";
			}

			li {
				list-style-type: "square";
			}

			td {
				font-color: "#003366";
			}

			table {
				border-color: "#003366";
			}

			a:link {
				color: "#666666";
				text-decoration: "underline"
			}

			a:active {
				color: "#666666";
				text-decoration: "underline"
			}

			a:visited {
				color: "#666666";
				text-decoration: "underline"
			}

			a:hover {
				color: "#666666";
				text-decoration: "underline"
			}
			-->	
		</style>
	</head>
</html>