
body {
	background-image: url(image/background.gif);
	background-repeat: repeat;
}

a {
  text-decoration:underline;
  color: #0000FF
  
  }
  
a:hover {
  color: #000066;
  text-decoration: none;
  }

