@charset "utf-8";
/* CSS Document */

.bkgd {
	background-image: url(../images/bkgd_artprints.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.bkgd_menu {
	background-image: url(../images/bkgd_menu_artprints.jpg);
	background-repeat: no-repeat;
}

a {font-family: Arial Black, Helvetica Black, Arial, Helvetica, sans-serif;

}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #b8793d;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
