body {
	background-color:	#000;
	font-family:		sans-serif;
	color:			teal;
}

h1 {
	font-size:		16px;
}

a {
	color:			#88aaaa;
}

a:hover {
	color:			#aadddd;
}

table.textObject {
	background-color:	#000;
}

/*td { border: 1px dotted cyan; } */

td.middle {
	font-weight:		bold;
	background-color 	#5c5c5c
}

td.menu {
	/*padding-left:		24px;*/
	text-align:		center;
}


p {
	text-indent:		20px;
	color:			teal;
	line-height:		20px;
}

a.button {
	text-decoration:	none;
	border:			1px solid cyan;
	color:			teal;
	line-height:		32px;
	background-color:	#26464f;
}

a.button:hover {
	background-color:	#36565f;
}

a.deadbutton {
	text-decoration:	none;
	border:			1px dashed cyan;
	color:			gray;
	line-height:		32px;
}

