/* CSS Document */

a:link {
	color: #0033FF;
	font-weight:400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
	
body {
	background-image: url(images/page-back-1.jpg);
}
