body                  { background-color: #ccdd88; font-family: verdana, arial, sans-serif; }
table                 { border: 0; width: 775px; }
td                    { width: 20%; height: 40px; border: 2px solid black; 
                        text-align: center; vertical-align: middle ; }
.ht                   { background-color: #88bb66; border: 2px solid black; margin: 4px; 
	 		border-collapse: collapse; font-size: 24pt; text-align: center}
.results              { border: 0; }
.resultstd            { border: 0; }
.expbartd             { height: 20px; background-color: #008080; 
			border: 2px solid black; width: 16%; }
td a:link             { color: #000000; text-decoration: none; }
td a:visited          { color: #000000; text-decoration: none; }
td a:hover            { color: #000000; text-decoration: underline; }
.heading              { font-weight: bold; font-size: larger; }
.error                { font-weight: bold; color: black; text-align: center; font-size: larger; }
.positive             { background-color: #006600; cursor: pointer; 
			border: 2px dotted black; color: white; }
.positive-selected    { background-color: #00ee00; cursor: pointer; }
.neutral              { background-color: #666600; cursor: pointer; 
			border: 2px dotted black; color: white; }
.neutral-selected     { background-color: #eeee00; cursor: pointer; }
.negative             { background-color: #660000; cursor: pointer;
			border: 2px dotted black; color: white; }
.negative-selected    { background-color: #ff0000; cursor: pointer; }
#td.positive:hover    { background-color: #00ff00; }
#td.positive-selected:hover     { background-color: #00ff00; }
#td.neutral:hover      { background-color: #ffff00; }
#td.neutral-selected:hover      { background-color: #ffff00; }
#td.negative:hover     { background-color: #ff6600; }
#td.negative-selected:hover     { background-color: #ff6600; }

