.action {
	text-decoration: none;
	display: block;
	margin: 3px 3px 0 3px;
	padding: 3px;
	border: outset silver 3px;
	background-color: #fb4;
	color: #530;
	font-weight: bold;
}

.topCat {
	margin: 6px 3px 0 3px;
}

.cat {
	margin: 10px 3px 8px 3px;
	color: #530;
	font-weight: bold;
	text-align: center;
}

.modal {
	border: outset silver 3px;
}

.inputTable {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	background-color: #000066;
}

.inputRow {
	padding: 3px 3px 3px 3px;
}

.inputRow1 {
	background-color: #e0e0ff;
}

.inputRow2 {
	background-color: #f0f0ff;
}

.inputLabel {
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

.actionLabel {
	font-weight: bold;
	padding: 0 3px 0 0;
	margin: 0 0 0 0;
}

.actionLink {
	display: block;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	text-align: center;
	color: black;
	border: solid #ffeebb 3px;
}

.actionLink:hover {
	background-color: #664400;
	color: #ffeebb;
	border: outset #ffeebb 3px;
}

.actionLink:active {
	background-color: #886600;
	color: #ffeebb;
	border: inset #ffeebb 3px;
}

.actionP {
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

.actionForm {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.actionRule {
	margin: 0 3px 0 3px;
}

#stats {
	float: left;
	border: 3px outset silver;
}

#display {
	float: left;
	margin-left: 20px;
}
