/*
   New Perspectives on HTML and CSS
   
   Homework 6-3

   Fishing Form Stylesheet
   Author: Daniel Wentzel
   Date:   3/28/2016

   Filename:         form.css
   Supporting files: Logo.jpg

*/

ul{
	list-style-type: none;
	background-color: gray;
	margin:20px;
	padding:10px;
	border: 4px double black;
}
li{
	display: inline;
	font-size: 20pt;
	margin:20px;
	padding:10px;
}
li a:hover{
	background-color:black;
	color:white;
}
h1{
	font-size:35pt;
}
h2{
	font-size:25pt;
}
form{
	font-size:20pt;
}
input{
	font-size:18pt;
	margin:20px;
}

table{
font-size: 16;
float:left;
text-align: center;
margin-bottom: 20px;
margin-left: 20px;
border: 2px solid black;
font-size: 22pt;
color: black;
text-align: center;
background-color: gray;
padding-left:5px;
padding-right:5px;
}

th{
color:blue;
padding:10px;
margin:20px;
border-bottom:4px double black;
}
column{
	margin:10px;
}
td{
	margin:10px;
}
#comments{
	width:500px;
	height:75px;
}
#rods{
	width:25px;
}
	


#submit{
	font-size:30pt;
	position:relative;
	text-align:center;
	top:200px;
	height:75px;
	width:150px;
}

