@charset "ISO-8859-1";
body {
	background-image: url(jewelry/bkg.jpg);
	background-position: center;
}
a:link {
	color: #06F;
}
a:visited {
	color: #1D65FD;
}
a:hover {
	color: #15BB35;
}
a:active {
	color: #15BB35;
}
