body { font-family: Lucida Sans Unicode, Arial, Sans-Serif; font-size:13px;}
/* Structure */

/* more specific items */
body {
	background-color: #FFFF99;
}

body, td, th {
	color: #330033;
}

h1, h2, h4 {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
}

h3, h5, h6 {
	color: #996666;
}

a {
  color: green;
}
.spacer {
	display:inline-block;
	width:30px;
	height:30px;
	background-color:#33FF00;
}
/* server interaction message areas */
.searchInitial {
	/*display:none;*/
}
.searchFailed {
	display:inline;
	color:red;
}
.searchSuccess {
	display:inline;
	color:green;
}
/* results passed back from server */
.found-phrase {
	color:green;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.no-found-phrase {
	margin:0;
}
.found-answer-spec {
	color:green;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.found-clue-match {
	color:red;
	font-weight:bold;
	margin:0;
}
