body {
	background-attachment: fixed;
	background-color: #19085B;
	background-image: url(pages-BGR.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #000066;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

