a,a:hover,a:vlink {
	color: black;
}

table.menu {
	background-color: #909090
}
table.menu tr td a {
	font-family: courier;
	font-size: 13px;
	font-weight: 700;
	color: blue;
	text-decoration: none;
}
table.menu tr td:hover {
	background-color: red;
}

table.title {
	border: solid black 4px;
}
table.title tr td {
	font-family: arial;
	font-size: 35px;
	font-weight: 700;
	color: black;
	cell-padding: 20px;
}
table.content {
	border: solid black 2px;
}
table.content tr td {
	font-family: arial;
	font-size: 15px;
	font-weight: 500;
	color: black;
	padding: 20px;
}
table.content tr td table tr td {
	padding: 0px;
}
table.navigation {
	border: dotted black 2px;
	margin: 2px 0px 2px 0px;
}
table.navigation tr td {
	padding: 1px;
}
table.navigation tr td img {
	border: 0px;
	padding: 1px;
}
p.img {
	text-align: center;
}
p.img img {
	border: solid black 1px;
}