@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/background.jpg);
}




.bold_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}
.body_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
