.container {
	width: 989px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	margin: 0 auto;
}

body { 
	background-color:#FFB6C1; 
}

a {
	text-align: center;
	text-decoration: none;
}

h1, h2, h3 {
	text-align: center;
	font-family: cursive; ;
	color: #990099;
}

ul, li {
	font-family: sans-serif;
}


p { 
	color: #990099 ;
	text-align: center;
 }

td{
	text-align: center;
}

/*
------------------------
*/

header{
	text-align: center;
}

header nav {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}


.icons {
	padding-right: 10px;
}


footer {
	display: block;
	font-family: cursive; 
	color: #990099;
	line-height: 1.8px;
	text-align: center;
}



/*
-------------------------
*/
