<style type="text/css">
  	html
      {
         height: 100%;
         margin: 0;
         padding: 0;
      }
	body {
	   height: 100%;
	   margin:0;
	   padding: 0;
	   background-color:rgb(246,234,246);
	   color:black;
	}
    a {
      text-decoration: none;
      color:"#0000FF";
    }
    a:visited {
      color: purple;
    }
	#header {
		height: 90px;
		width: 1000px;
	}
	#nav {
		position: absolute;
		top: 110px;
		left: 0px;
	}
    menu {
	   font-family:courier;
	   font-size:small;
       color: purple
	}
	#content {
		position: absolute;
		top: 110px;
		left: 225px;
		width: 775px;
		height: auto !important;
		height: 100%;
   		min-height: 100%;
		font-family: sans-serif;
	}
	h3 {
	   font-family: sans-serif;
	   font-size:x-large
	}
	h2 {
	   font-family: sans-serif;
	   font-size:large;
	}
	h1 {
	   font-family:sans-serif;
	   font-size:medium;
	}
	p {
	  font-family: sans-serif;
	  color:black;
	}
	p#footer {
	  padding-top: 20px;
      text-align: center;
	}

</style>
