 /*site.css*/
 header {
        border: solid 1px black;
        font-family: 'Times New Roman', serif;
        color: red;
    }
     footer {
    	padding: 10px;
    	border-radius: 3px;
    }
     nav {
    	size: 998px;
    }
        #head1 {
    	font-size: 24px
    	display:inline;
    }
    #par1 {
    	border: solid 1px black;
        font-family: 'Times New Roman', serif;
        color: blue;
        size: 14px;
    }

    #form1 input [type="submit"]{
    	padding: 10px;
    	font-family: 'Arial', serif;
    	size: 10px
    }

.background-img {
        background-color: lightgreen;
}
.wholething{
    width: 1050px;
	margin: 0 auto;
}

header nav {
	display: inline;
	float: right;
	
	

}
header nav li {
	display: inline;

}