body {
	background:MidnightBlue;
	color:white;
	}
	
div#container {
	padding:20px;
	background-color:#000033;
	border: 1px solid yellow;
	width:750px;
}
p {font-family:Arial}
p#pie {
	font-family:Arial;
	font-size:10px;
}

p a {
	color:yellow;
	text-decoration:none;
}

p a:hover{
	text-decoration:underline;
}
li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
	color:white;
	text-decoration:none;
}

li a{
	text-decoration:none;
	color:white;
}
li a:hover{
	text-decoration:underline;
	color:yellow;
}
