a:link {
	color: #596693;
	text-decoration: none;
}
a:visited {
	color: #596693;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #596693;
}

a.example span
{
color: #FFFFFF;
text-decoration: none
}

a.example:hover span
{
color: #FF0000;
text-decoration: none
} 

body
{
  background-image: url("images/background.jpg");
  background-attachment: fixed

}

