@charset "UTF-8";
/* CSS Document */

body {background-color: 99ccff;
background-image: url(gfx/bgd_fish.jpg);
background-position: top left;
background-repeat: repeat-y;
margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-style: normal;
}

a:link {
	color: #06C;
	text-decoration: none;

	}

a:visited {
	color: #039;
	text-decoration: none;
	}	
	
a:hover {
	color: #009;
	text-decoration: none;
	}

.navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	text-decoration: none;
	}
	
.navlist:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F30;
	text-decoration: none;
	}
	
.navlist:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F00;
	text-decoration: none;
	}	

.navlist:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #900;
	text-decoration: none;
	}