.t_d {
  	font-weight: 700;
		  font-size: 21px;
		  color:#8B0000;
}
.t_1 {
  	font-weight: 600;
		  font-size: 16px;
		  color: #2F4F4F;
}

#sk a:link     { color:blue;    text-decoration: none; }/*Когда ссылка ВЫ еще не посетили   цвет у нее orange */
#sk a:visited  { color:blue;      text-decoration: none; }/* ВЫ уже посетили эту ссылку, цвет у нее  red*/
#sk a:hover    { color:red;     text-decoration: none; }/*Когда ВЫ подводите мышь к ссылке, цвет у нее  aqua*/
#sk a:active   { color:teal;   text-decoration: none; }/* Когда вы нажали мышь но ссылке , цвет у нее  yellow*/
.te1{
	  font-weight: 800;
		  font-size: 20px;
}