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



body {
	background-image: url(images/goldbg.jpg);
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	color: #000000;
	text-align:center;
}

.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	color: #000000;
	text-align:center;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 24px;
	padding:10px 20px 0px 20px;
}
