nav{
		font-family:Georgia,Times New Roman,serif;
		font-size:1.25em;
		font-weight:bold;
		text-align:center;
		margin-top:30px;
		margin-bottom:20px;
		border-radius:20px;
		border-top:5px solid black;	
		border-bottom:5px solid black ;
  
	}
body{
    background-color: white;
 background-image: url("stand1.jpg");
    background-position: center;
    background-attachment: fixed;
}
a{
	color:black;
	border-radius:5px;
	border-top:5px;
	border-bottom:5px;
	}

h1{
    text-align: left;
    font-size: 50px;
    color:white;
}

img{
   width: 100%;
    height: auto;
}
p{
	color:white;}