  BODY { 
         color : #FF9999;
         background : black
}
  A:LINK { 
         color : #99FF99
}
  A:VISITED { 
         color : #99FF99;
         background : black
}
  A:HOVER { 
         color : #000033;
         background : #FFCCCC
}
  H1 { 
         font-family : "Franklin Gothic Book";
         font-size : 25pt;
         color : #FFCCFF;
         letter-spacing : 2pt;
         text-align : center
}
  H2 { 
         font-family : "Courier New";
         color : #FFCC99;
         margin-left : 10px;
         letter-spacing : 2pt
}
  P { 
         font-family : "Century Gothic";
         font-size : 10pt;
         color : #FF9999;
         margin-left : 30px
}
  DL{
	 font-family : "Century Gothic";
         font-size : 9pt;
         color : #FF9999;
}
  HR { 
         color : #FFCC99
}
  .downstream { 
         font-family : "Franklin Gothic Book";
         color : #FF9999;
         vertical-align : middle;
         text-align : center
}
  H3 { 
         font-family : "Century Gothic";
	 font-size : 14pt;
	 color : #FFCCFF;
         margin-left : 20px
}
  H4 { 
         font-family : "Century Gothic";
         font-size : 11pt;
         color : #CCFFFF;
         margin-left : 30px
}
  H5 { 
         font-family : "Century Gothic";
         font-size : 10pt;
         color : #FFCC99;
         margin-left : 32px
}