@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bkgd-purple.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #a900a1;
}
#footer a:active {
	color: #ffffff;
}


a:link {
	color: #a900a1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a900a1;
}
a:hover {
	text-decoration: underline;
	color: #FF06F2;
}
a:active {
	text-decoration: none;
	color: #a900a1;
}