*{
	padding: 0; 
     margin:  0;}
header{border:2px solid black;
	height:30px;
	background-color:orange;
	font-size: 20px;
	color: blue;
	text-align: center;
	border-radius:10px;
}
nav{border:2px solid black;
	background-color: white;
	height:30px;
	margin-top:20px;
	border-radius: 10px;
	padding-bottom:10px;
}
nav li{
	display:inline-block;
	color:blue;
	padding-left: 100px;
}

table{border: 2px solid blue;
height:20px;
width:100;
color:green;
overflow:hidden;
		
}
a{
	text-decoration: none;
	color: green;
}
a:hover{
	color:blue;
}
article{
	height:100%;
	background-image: url("images/pic2.jpg");
	border-radius:15px;
}
#formtable{
	background-image: url("images/pic1.jpg");
	color: white;
	padding-bottom:5px;
	width:100%;
	color:green;
	overflow:hidden;
	
}
form{color:white;
	clear:left;
	margin-top:40%;
}
footer{
	border:1px solid black;
	padding-top:;
	height : auto;
	color:white;
	width : 100%;
	background:blue;
	margin-top:32px;
	border-radius:10px;
}
#tableform{
	border:3px solid red;
	border-radius:15px;
	margin:5px;
	margin-top:5px;
	overflow:hidden;
}
#lasttab{
	clear:left;
	position:left;
}
#text_box{
	border-radius:10px;
	padding:3px;
	box-shadow: 0 2px 5px rgba(0, 0.2, 0.7);
}