
A:link {
  color: blue;
  text-decoration: underline;
}

A:visited {
  color: #BC5AA2;
  text-decoration: underline;
}

A:active {
  color: green;
  text-decoration: none;
}

A:hover {
  color: red;
  text-decoration: none;
}

BODY {
	background-attachment: fixed;
	background-color: #C5E6FE;
}

