body	{ text-align: center;
	  background-color: #003; }

h1	{ background-color: aqua;
	  width: 700px;
	  padding-bottom: 1em;
	  text-align: left; }

#container { text-align: left;
	     background-color: white;
	     width: 700px; }

#column1  { background-color: silver;
	    width: 200px;
	    height: 400px;
	    float: left; }

a	{ text-decoration: none;
	  color: maroon; }

a:hover { color: white;
	  background-color: maroon; }


#footer   { background-color: white;
	    width: 700px;
	    margin-top: 1em;
	    padding: 0.5em; }









