.pathway {
	padding: 10px;
	color: #000;
}

.pathway a{
	color: #999;
	text-decoration: none;
}

.pathway a:hover{
	color: #000;
	#text-decoration: underline;
}

.content_menu {
	padding: 10px;
}
.content_menu a {
	text-decoration: none;
	color: #970033;
}

.content_menu a:hover {
	text-decoration: underline;
}

.innertube {
	background:#fff;
	border: 0px solid #666;
}

.content h2 {
	font-size: 18px;
}

.content h3 {
	font-size: 14px;
}

.content {
	margin-left: 10px;
	margin-right: 5px;
	color: #000;
	font-size: 12px;
	background: #fff;
}

.content input{
	border: 1px solid #000;
	background: #000;
	color: #ddd;
}

.content select{
	border: 1px solid #666;
	background: #333;
	color: #ddd;
}

.content input#submit{
	border: 1px solid #666;
	background: #444;
	color: #ddd;
}

.content td {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

.content th {
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #666;
}
