body { 
	background-color: black; 
	color: purple; 
	font-family: "Tempus Sans ITC";
	font-weight: 900;
	background-image:url('./img/dune-small.jpg'); 
	background-attachment:fixed;
	}
a, a:visited { color: purple; font-weight: 900;}
form fieldset { border-color: purple; font-weight: 900;}
form input, form textarea { }
fieldset {background: #9d6904; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; font-weight: 900;}
legend {color: purple; font-weight: 900;}
label { font-weight: 900; }

.refTable, .refTabs, .refTabSelected, .refTabUnselected {
  font-family: "Tempus Sans ITC";
  font-weight: 900;
  border-color: purple;
  background: #9d6904;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}