
header, footer {
	background-color: blue;
	font-family: Verdana;
	border: solid 5px black;
	color: white;
	margin: 10px;


}

body {
	font-family: Script;
	font-size: 20px;
	background-color: white;

}

a { 
	background-color: white;
	border: solid 1px black;
	border-radius: 5px;
	color: black;
	padding: 5px;

}

html, body {
	padding: 0;
	margin: 0;
}


#section1 {

	background-color: blue;
	border: solid 2px black;
	border-radius: 10px;
    width:400px;
    height:300px;
    margin: 15px 45px 10px 45px;
    display: inline-block;
    color:white;
}

#section2 {
	background-color: blue;
	border: solid 2px black;
	border-radius: 10px;
	width: 400px;
	height: 300px;
	margin: 15px 40px 10px 40px;
	display: inline-block;
	color:white;
}

#section3 {
	background-color: blue;
	border: solid 2px black;
	border-radius: 5px;
	margin: 20px;
	padding: 5px 5px 20px 5px;
	color: white;
}
#section4 {
	background-color: blue;
	border: solid 2px black;
	border-radius: 5px;
	margin: 20px;
	padding: 5px 5px 20px 5px;
	color: white;
}

form {
	border: solid 2px black;
	padding: 5px;
	margin: 5px;
	display: inline-block;
}

section input[type=text1] {

	width: 150px;
}
section input[type=text2] {
	width: 50px;
}
section input[type=text3] {
	width: 250px;
	height: 150px;
}
section input[type=submit] {
	background-color: blue;
	color: lightgrey;
	border-radius: 5px;
	padding: 7px;
	margin-top: 7px; 
	font-size: 20px;
}
section p {
	margin-right: 160px; 
}
iframe{
	display: inline-block;
	margin-left: 50px;
}

caption {
	font-size: 30px;
}

table {
	border: solid 2px blue;
}
#section1.5 {
	background-color: blue;
	border: solid 2px black;
	border-radius: 5px;
	margin: 20px;
	padding: 5px 5px 20px 5px;
	color: white;
}

.container {
	width: 989px;
	margin: 0 auto;
	padding: 5px;
	background-color: yellow;
	border: solid 5px black;
}