body {
	    background-color: #d0e4fe;
    }

h1 {
	color: orange;
	text-align: center;
}
p {
	font-family: "Times New Roman";
	font-size: 18px;
}
#menu {
	padding:1; 
	margin:1; 
	list-style-type: circle;
}

#menu a, #menu a:visited { 
	display:block; 
	width:9em; 
	font-family:arial, verdana, sans-serif; 
	font-size:0.8em; 
	text-decoration:none;
	color: blue;
}
