body {
	margin: 0px;
	background-image: url(bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8AA3F4;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 1000px;
}
.heading {
	font-size: 18px;
	font-weight: bolder;
	color: #163371;
}
.subheading {
	font-size: 14px;
	font-weight: bolder;
	color: #163371;
}
.links {
	padding-right: 45px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 30px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #8AA3F4;
}
a:active {
	text-decoration: none;
	color: #8AA3F4;
}