div.heading {
	color: White;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
div.heading1 {
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
div.footer1 {
	font-size: small
}
div.footer2{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
}

a:link {
	color: #FFFFFF;
}

p {
	margin-right: 5pt;
}

a:visited {
	color: #FFFFFF;
}
a:active {
	 color: Yellow;
}