body {
 	background-color : #708090;
 }
 .fontbg{
 	color : #00FA9A;
 }
  A:link {
 	color : Red;
 }
  A:visited { color : Red; }
  A:hover {
 	color : White;
 }
  A:active {
 	color : Aqua;
 }
  h1{
 	background : #B8B8B8;
 	color : White;
 	azimuth : inherit;
 }
  .descr{
 	font-size : small;
 }
  .tabletextban {
 	background : #D8D8D8;
 	border : solid Aqua;
 } 
  TD.ttb {
 	border : solid White;
 	background : #FF6347;
 } 
 .bantext1{
 	color : Black;
 }
 .bantext2{
 	color : #8B0000;
 }
  .tablephot {
 	background : #79FFBD;
 }
  TD.tp {
 	border : 1px double Black;
 } 
  .tableenter{
 	background-color : #FFF5EE;
 } 
  TD.te{
 	border : thin solid #FF4500;
 } 
 .twarn{
 	background : Silver;
 }