@charset "utf-8";

header { color: grey; 
         font-size: 50px;}
body { background-color: #E9E9DF;
       background-image: url("images.gif");
       background-repeat: no-repeat;
       background-position: right top; }
nav {  list-style-type: none;
	   margin: 0;
	   padding: 0;
	   overflow: hidden; }
li { float: left;
	 display: block;
	 width: 100px;
	 background-color: #CED8F6;
	 border-style: inset; }
footer { display : none; }
header { display: none; }
