@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; }
h1 { font-size: 30px;
	color: white; }
table { border-collapse: collapse; }
table, th, td { border: 1px solid #ADFFD6;}
td { background-color: #D6FFEB; }
th { font-family: sans-serif;
	font-size: 25px;
	background-color: #ADFFD6;
	color: white; }