.loader {
  background-image: url("img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}

a { 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
	color:#feed01;!#FFFFFF
   }
a:visited{
color:#feed01;!#FFFFFF
}
   a:hover { 
    text-decoration: underline; /* Добавляем подчеркивание  при наведении курсора мыши на ссылку */
		color:#feed01
   }
a{-webkit-transition:color 0.2s;-moz-transition:color 0.2s;-o-transition:color 0.2s;transition:color 0.2s}

.to-top {
	width:70px;
	height:25px;
  position: fixed;
  left:0px;
  top:22px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  background-color: #feed01;
  line-height: 18px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  padding-top:3px;
}

.menudiv {
	opacity:1.0;
}

.yellowBG {
background-color:#feed01;
}

.tags { 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
	color:gray;
	cursor:pointer;
   }
.tags:visited{
	color:gray
}
.tags:hover { 
    text-decoration: underline; /* Добавляем подчеркивание  при наведении курсора мыши на ссылку */
	color:#000000
   }
.tags{-webkit-transition:color 0.2s;-moz-transition:color 0.2s;-o-transition:color 0.2s;transition:color 0.2s}

