@charset "utf-8";
h6 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../web/images/marble_background.jpg);
	text-align: center;
}
.background {
	background-image: url(images/marble_background.jpg);
}
p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
img.center {
	display: block; margin-left: auto; margin-right: auto;	
}	

