body {
	background-color: #FFFFFF;
	line-height: 70%;
}

img {
	border: 0;
}

.style1 {font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
}

.style2 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 230%;
	letter-spacing: 1px;
}
.style3 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 160%;
	background-color: #000000;
}

.style4 {font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 70%;
	background-color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}