TABLE.new {
	width: 596px; /* Ширина таблицы */
	border-collapse: collapse; /* Отображать только одинарные линии */
	margin: 0 auto; /* Выравниваем таблицу по центру окна */
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10pt;
   }
TD { 
    border: 1px solid black; /* Граница вокруг ячеек */
   }
   
/* Размер первых двух строк 11pt */
  .nazvanie {
	font-size: 11pt;
	font-weight: bold;
}   
/* Призовые места */  
  .prizmesto {
	color: #F00;
	font-weight: bold;
}

/* Остальные места */
  .mestodr {
	font-weight: bold;
}

/* Этапы */
  .etap {
	color: #F00;
	font-size: 11pt;
	font-weight: bold;	
}

/* Стиль 1 места */  
  .mesto1name {
	background-color: #f754e1;
	font-weight: bold;
}
  .mesto1normal {
    background-color: #f754e1;
}
  .mesto1itogo {
	background-color: #f754e1;
	font-size: 11pt;
	font-weight: bold;
}

/* Стиль 2 места */
  .mesto2name  {
	background-color: #7ddcfc;
	font-weight: bold;
}
  .mesto2normal {
    background-color: #7ddcfc;
}
  .mesto2itogo {
	background-color: #7ddcfc;
	font-size: 11pt;
	font-weight: bold;
}

/* Стиль 3 места */
  .mesto3name  {
	background-color: #7fff00;
	font-weight: bold;
}
  .mesto3normal {
    background-color: #7fff00;
}
  .mesto3itogo {
	background-color: #7fff00;
	font-size: 11pt;
	font-weight: bold;
}