body {
	background-color: #CC99FF;
	margin: 4% 0px 0px;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000066;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.2em;
	color: #000099;
}
img {
	border: 0px none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #990099;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	color: #CC0066;
	text-decoration: underline;
	background-color: #FFCCFF;
}
.ch7 {
	font-family: "Courier New", Courier, mono;
	font-size: 0.7em;
	font-style: italic;
}
