nav ul {
list-style-type:none ;
background-color: #B577B5 ;
border: 4px solid #111111;
border-radius: 10px;
font-family:sans-sarif;
font-weight:bold;
padding: 16px;
}
nav ul li{
display:inline;
border-right: 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child{
border-right:none;
color:#111111;
}
nav ul li a {
text-decoration:none;
color:#F45556}
h1 {
	font-family:sant-serif;
}

p {
	font-family:sant-serif;
}
nav ul {
list-style-type:none;
background-color:#B577B5;
border: 4px solid #111111;
border-radius: 10px;
font-family:sans-serif;
font-weight:bold;
padding: 16px;
}
nav ul li {
display: inline;
border-right: 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child {
border-right: none;
}
nav ul li a {
text-decoration:none;
color:#111111;
}                            
html {
	box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
 
html {
	background-color: 	#FF9900;
} 

body {
	background-color: 	#FF9900;
}

header {
	background-color: #F45556;
}

nav {
	background-color: #FCAB68;
} 
                                                        
article {
	background-color: #FF9900;
}

section {
	background-color: #00FFFF;
}
aside {
	background-color: #0000FF;
}

footer {
	background-color: #BA99C0;
}
	