/*
   Accessibility accomodations extracted from:
	www.w3c.org/StyleSheets/TR/base.css

   The following notes were included in that file:
   - 'background-color' doesn't work on Mac IE 3, but 'background'
     does (Susan Lesch <lesch@macvirus.com>)

   - 'smaller' leads to illegible text in both Mac IE and Mac NS,
     'small' is better: works in Mac NS, but is always 12pt in Mac IE
     3 (Susan Lesch <lesch@macvirus.com>)

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	background-attachment: fixed;
	background-image:  none;
	background-repeat: repeat;
	background-color: #000000;
}

A:link {
	Font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #99CCFF;
	font-weight: normal;
}
A:visited {
	Font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #CCCCFF;
	font-weight: normal;
}
A:hover {
 color: #ffffff;
}
A:active {
	Font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #FF3300;
	font-weight: normal;
}

h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 170%; font-style: normal; font-weight: bold; font-variant: small-caps; color: #FF6600}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%; font-style: italic; font-weight: normal; font-variant: small-caps; color: #FF6600}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 130%; font-style: normal; font-weight: normal; color: #FF00CC}
h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: italic; font-weight: bold; color: #CC3366}
em,strong {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: bolder; color: #FFCC00}
img {  border: #9999CC; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #FFFFCC;}
b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bolder; color: #FF3300}
li {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #FFFFCC;}
lo {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #333366;}
ol {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #333366;}
ul {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #333366;}
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #333366;}

dfn { color: #00513D; 
      font-style: normal;
      font-weight: bolder; 
      pitch: high;
; text-decoration: underline
}

/* PREVIOUS AURAL STYLES
@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 } 
}
*/

/* SCREEN READER CHARACTERISTICS ============================================ */
@media aural {
 /* Headers ----------------------------------------------------------------- */
 H1 {
  pitch-range:90;
  pitch:x-low;
  richness:90;
  stress:20;
  voice-family:paul,male;
 }
 H2 {
  pitch-range:80;
  pitch:x-low;
  richness:90;
  stress:20;
  voice-family:paul,male;
 }
 H3 {
  pitch-range:70;
  pitch:low;
  richness:90;
  stress:20;
  voice-family:paul,male;
 }
 H4 {
  pitch-range:60;
  pitch:medium;
  richness:90;
  stress:20;
  voice-family:paul,male;
 }
 H5 {
  pitch-range:50;
  pitch:medium;
  richness:90;
  stress:20;
  voice-family:paul,male;
 }
 H6 {
  pitch-range:40;
  pitch:medium;
  richness:90;
  stress:20;
  voice-family:paul,male;
 }

 /* General Content --------------------------------------------------------- */
 LI {
  pitch:medium;
  richness:60;
 }
 DT {
  pitch:medium;
  richness:60;
  stress:80;
 }
 DD {
  pitch:medium;
  richness:60;
 }
 PRE {
  pitch-range:0;
  pitch:medium;
  richness:80;
  stress:0;
 }
 EM {
  pitch-range:60;
  pitch:medium;
  richness:50;
  stress:60;
 }
 I {
  pitch-range:60;
  pitch:medium;
  richness:50;
  stress:50;
 }
 STRONG {
  pitch-range:60;
  pitch:medium;
  richness:90;
  stress:90;
 }
 B {
  pitch-range:60;
  pitch:medium;
  richness:90;
  stress:80;
 }
  /* Depricated Elements ----------------------------------------------------- */
 CODE {
  pitch-range:0;
  pitch:medium;
  richness:80;
  stress:0;
 }
 TT {
  pitch-range:0;
  pitch:medium;
  richness:80;
  stress:0;
 }
 DFN {
  pitch-range:60;
  pitch:high;
  stress:60;
 }
 S {
  richness:0;
 }
 STRIKE {
  richness:0;
 }
 U {
  richness:0;
 }

 /* Anchors ----------------------------------------------------------------- */
 A:link {
  voice-family:harry,male;
 }
 A:visited {
  voice-family:betty,female;
 }
 A:active {
  pitch-range:80;
  pitch:x-high;
  voice-family:betty,female;
 }
}
