/*

   Boat.htm Style Sheet
   Author: Daniel Wentzel
   Date:   3/27/2016

   Filename:         contact.css
   Supporting Files: 

*/

   nav{
     display: inline;
     text-align:center;
     font-size:18pt;	
    }

   ul{
	 border:3px double black;
	 list-style-type: none;
	 background-color:gray;
    }

   li{
	 display:inline;
	 margin: 10px;
	 list-style-type: none;
    }

   li a:hover {
	 background-color: black;
	 color:white;
    }
   body{
	 background-image: url(ocean.jpg);
	 background-size: cover;
     background-position: center,center;
     background-repeat: no-repeat;
   }

    h1{
     font-size:40pt;
     font-weight:bold;
     text-align:center;
    }

    table{
		Background-color:gray;
		position:relative;
		left:525px;
		text-align:center;
		font-size:35pt;
		font-weight:bold;
		border: 5px double black;
	}
    
	


