BODY {
	font-family: Tahoma, sans-serif;
	/* color: #CCCCCC;
	background: #333333;
	*/
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

A {
	color: #CCCCFF;
};


A:visited {
	color: #FFFFEE;
};


TH, TD { /* ns 4 */
	font-family: Tahoma, sans-serif;
}

H1, H2, H3 {
	font-family: sans-serif;
	font-weight: bold;
	color: #FF9920;
}

UL {
  margin-bottom: 10pt;
}

P {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.hide { display: none }

@media screen {  /* hide from IE3 */
A:hover { color: #FFFFFF; background: #808080 } 
}

@media aural {  
  H1, H2, H3 { stress: 20; richness: 90 }
  .hide { speak: none }
  P.copyright { volume: x-soft; speech-rate: x-fast }
  DT { pause-before: 20% }
  PRE { speak-punctuation: code } 
}

.title {
	color: #FF9920;
}