body {
  background-color: #FFFFE5;
  color: Black;
  font-family: "New Courier";
  margin-left: 0;
}
a { 
  text-decoration: none;
}
a:link { color: #FF8040; }
a:visited { color: #8D8D8D; }
a:hover { 
  text-decoration: underline;
}
a:active { color: #408080; }
table, tr, td {
	border-color: #ff9f71;	
}
table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
}
th {
	background-color: #ff9f71;
}
.content-row {
	background-color: #FFFFB3; /* more subtle */
	xbackground-color: #ffff9d; /* loud version */
	xbackground-color: red; /* test */
}
.label-cell {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
td p:first-letter {
  font-size: 140%;	
  font-style: italic;
}
.fix-first-letter{
  font-size: 140%;	
  font-style: italic;
}
.thisroom {
  color: #ff9f71
}
.orangebox {
  border-color: #ff9f71;
  border-style: solid;  
}
.sellingpoint {
  color: #ff9f71;
}
