body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #bbbbbb;
	background-image: url(images/bg2.jpg);
}
.heading {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	color: #D4CEAC;
	font-weight: bold;
}

.dashed {

	border-top: 1px dashed #bbbbbb;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.border {
	border: 3px solid #203264;
}

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00CCFF;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #448cca;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
