body {
 	background-color : #BA55D3;
 }
 .fontbg{
 	color : Yellow;
 }
  A:link {
 	color : #00FF7F;
 }
  A:visited { color : #00FF7F; }
  A:hover {
 	color : #FFD700;
 }
  A:active {
 	color : Aqua;
 }
  h1{
 	background : Black;
 	color : #FFC0CB;
 }
  .descr{
 	font-size : larger;
 }
  .tabletextban {
 	background : Red;
 	border : solid Fuchsia;
 } 
  TD.ttb {
 	border : solid Fuchsia;
 	background : #D2691E;
 	
 } 
 .bantext1{
 	color : Yellow;
 }
 .bantext2{
 	color : #F8F900;
 }
  .tablephot {
 	background : #FF8EA2;
 }
  TD.tp {
 	border : 1px dashed Black;
 } 
  .tableenter{
 	background-color : #CECEFF;
 } 
  TD.te{
 	border : thin dashed #00FA9A;
 } 
 .twarn{
 	background : #DCDCDC;
 }