/* CSS Document */

Body {
	background-color: WHITE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
a:link {
	color: WHITE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: WHITE;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: RED;
}
a:active {
	text-decoration: none;
	color: WHITE;
}

.button {

    background-image: url(images/button.gif) 
} 

.button {

    background-image: url(images/button.gif) 
} 

.engraving {

    background-image: url(images/engraving-offers.jpg) 
} 

.boxes {

    background-image: url(images/boxes1.gif) 
} 


.back {

    background-image: url(images/background.gif) 
}