body {
 	background-color : #CD5C5C;
 }
 .fontbg{
 	color : #FFDAB9;
 }
  A:link {
 	color :  #FF8AE8;
 }
  A:visited { color : #FF8AE8; }
  A:hover {
 	color : Red;
 }
  A:active {
 	color : Aqua;
 }
  h1{
 	background : #A52A2A;
 	color : White;
 }
  .descr{
 	font-size : medium;
 }
  .tabletextban {
 	background : #FF6347;
 	border : solid Black;
 } 
  TD.ttb {
 	border : solid White;
 	background : #2F4F4F;
 } 
 .bantext1{
 	color : White;
 }
 .bantext2{
 	color : #FF6347;
 }
  .tablephot {
 	background : White;
 }
  TD.tp {
 	border : 1px dotted Black;
 } 
  .tableenter{
 	background-color : #FFF5EE;
 } 
  TD.te{
 	border : thin solid #FF4500;
 } 
 .twarn{
 	background : White;
 }