body {
	background: #CCCCCC;
	color: black;
}
div.main {
	background: white;
	color: black;
	margin-left: auto;
	margin-right: auto;
}
div.cnt {
	background: white;
	color: black;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 20px;
	margin-bottom: 25px;
}
h1 {
	background: white;
	color: black;
}
h2 {
	color: black;
	border-bottom: thin solid #8898BF;
}
td.desc {
	width: 512px;
}
table {
	width: 1024px;
}
p {
	background: white;
	color: black;
	margin-left: 3px;
	margin-right: 3px;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none:
	color: blue;
}
a:hover {
	text-decoration: none;
	color: #000077;
}

