
BODY { 
  background: #ccd3fd url("images/bg.jpg");
}
 
a {
	color: #014677;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  text-decoration: underline;
}
