body {
	background: #D4D4D4;
	margin: 0;
}
table, tr, td, p {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
	color: #000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
table.content, tr.content, td.content {
	color: #000;
	text-align: left;
	width: 550px;
}
table.navi, tr.navi, td.navi {
	color: #000;
	text-align: left;
	width: 200px;
}
a.content:link, a.content:visited, a.content:hover {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #900090;
	text-decoration: none;
}
a:visited {
	color: #561256;
	text-decoration: none;
}
a:hover {
	color: #561256;
	text-decoration: none;
}
a:active {
	color: #561256;
	text-decoration: none;
}