	A 			{ color: #996600; text-decoration: none; }
	A:link		{ color: #996600; text-decoration: none; }
	A:visited	{ color: #996600; text-decoration: none; }
	A:active	{ color: #996600; text-decoration: none; }
	A:hover		{ color: #666600; text-decoration: none; }
.bkgnd {
	background-color: #99bbcc;
	background-image: url(img1/backgnd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.introItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-style: italic;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	list-style-position: outside;
	list-style-type: circle;
}
.rust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #993300;
}
