body { 
	 background-color: #eecca9; 
	 color: white; 
	 font-family: arial;
	 a:link {color: red;};
	 a:visited {color: green;};
     a:hover {color: hotpink;};
     a:active {color: blue;};
     }