body
	{
		background-image:url("./images/fish.png");
		background-attachment:fixed;
		background-repeat: no-repeat;
		background-position:center center; 
		background-color:#99CCFF;
		width:100%;
		margin:0;
		font-size:90%;
		font-family: verdana, arial, georgia, helvetica, sans-serif;
	}	
	.image
	{
		text-align:center;
		margin:15px;
	}
	p
	{
		margin:2px 80px;
		text-align:justify;
	}
	a:link
	{
		color: #333300;
		text-decoration: none;
		font-size: 95%;
	}
	a:visited
	{
		text-decoration:none;
		color:#666600;
	}
	a:hover, a:active 
	{
		color: #006400;
		font-size: 95%;
		text-decoration: underline;
	}
	h1
	{
		text-align:center;
		padding: .3em 0 .3em .5em;
		font-weight:normal;
		font-size: 1.2em;
		margin:0;
	}
	ol
	{
		list-style-type:none;
	}
	#navigation
	{
		padding-top:20px;
		background-color:#99CCCC;
		width:100%;
	}
	#navigation ul
	{
		list-style-type:none;
		padding: 5px;
		text-align:center;
		margin: 0;
	}
	#navigation ul li
	{
		display: inline;
	}
	#navigation ul li a
	{
		display: inline;
		padding: 3px 5px 3px 10px;
	}

