body{
        background-color:white;
        }
#container{		
		width:90%; 
		margin: auto;
		background-color: white; 
		border-style:groove;
        border:2px pink 
	   }

#header{
        background-color: pink;
        border: 3px solid hotpink;
        margin-left: 40px;
        padding-left: 8%;
        margin-bottom:4%; 
    }

#contentleft{
        padding-top:5%;
        padding-bottom:5%;
        float:left;
        width:48.5%
        background-color: white;
        clear:both; 
        text-align-last: center;
}

#contentright{
        padding-top:7%;
        padding-right:5%;
        text-align:center;
        width:48.5%;
        background-color:white;
        float: right;
        }
#content{
        margin-left:200px;
        margin-right:200px;
        padding: .5em;
        text-align-last: center;
}

#top{
		padding:.5em; 
		background-color:clear;
		border-bottom: 4px solid hotpink;
        border-top: 4px solid hotpink;
        border-left:4px solid hotpink;
        border-right:4px solid hotpink;
        align-content: center;
	   }
#nav{
        background-color: white;
		margin-top: -20px;
		padding-top: .5%;
        text-align: center;
	   }

	   

#footer{
		border-top: 2px solid pink;
        font-family: Times New Roman;
        background-color: #f2f2f2;
        text-align:center;
        clear:both;
        padding-top:.5%;
        padding-bottom: .5%;
	   }
ul{
        float: center;
        color: hotpink;
        width: 91%;
        padding : 0;
        margin : 0;
        list-style-type: none;    
   }



a{
        float: left;
        align-content: center;
        width: 10em;
        text-decoration: none;
        color: white;
        background-color: lightpink;
        padding: 0.2em 0.6em;
        border-right: 1px solid white;
        border-radius: 20px;
        text-align: center;
        }
a:hover {
        background-color:lightpink;
        }

h1{
        color: hotpink;  
        align-content: center;
}
h2{
        color: deeppink;
        text-align: center;
        
        }
p{
        color: black;
        font-size:15px;
        text-align: center;
        
       
        }
#img{
        float:right;
        margin:10;
}