		.blue{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #0033CC;
			font-weight: bold;
		}
		
		.red{
			font-size: 50px;
			color: #FF0000;
			font-family: Satisfy, Chilanka, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.white{
			font-size: 50px;
			color: white;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.white2{
			font-size: 20px;
			color: white;
			font-family: Kaushan Script, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		.black{
			font-size: 70px;
			color: black;
			font-family: Dancing Script, Pacifico, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.black2{
			font-size: 25px;
			color: black;
			font-family: Kaushan Script, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.black3{
			font-size: 30px;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.black4{
			font-size: 50px;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.green{
			font-size: 24px;
			color: #15FF00;
			font-family: Arial, Helvetica, sans-serif;
		}
			body{
				background-image: url(ship.jpg);
		}	
		img{
			border: 13px solid #000015;
			border-radius: 50px;
			background-color: #336699;
		}
		.maintable{
			background-color: #336699;
			width: 100%;
			height: 700px;
			border: 25px solid #000015;
			border-radius: 10px;
		}
		.secondtable{
			background-color: #bbccee;
			width: 80%;
			height: 600px;
			border: 20px double black;
		}
			
		.content{
			margin: auto;
			width: 1000px;
		}
		.maintd{
			vertical-align: top;
			padding: 15px;
		}
			
			a:link{
				color: black;
				text-decoration:none;
			}
			a:visited{
				color: black;
				text-decoration:none;
			}
			a:hover{
				color: black;
				text-decoration:none;
			}
			a:active{
				color: black;
				text-decoration:none;
			}
			
			.navtable{
					width: 95%;
					height: 50px;
			}
			.nav{
					font-size: 24px; 
					background-color: #FFFAFA;
					border: solid 10px #000015;
					border-radius: 20px;
					width: 25%;
					height: 30px;
					font-family: Pacifico, Arial, Helvetica, sans-serif;
					font-weight: bold;
			}
			
			
			