/* style.css - style sheeet */
	body { 
		margin-left: 15%; margin-right: 15%;
		color: black;
		background-image: url('image/004.gif')  ;} 
 		a { text-decoration: none }
 	 	a:link { color: #FF0000 }
  		a:visited { color: #990000 }
    	a:hover { color: #FFFF00 }