#devNote{
  background-color: #ECF046;
  top:0px;
  left:0px;
  right:0px;
  width:100%;
  height: 20px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  padding:5px 0 5px 0;
  color: #A80000;
}



a:link {
	color: #000 !important;
	text-decoration: none !important;
  transition: color .4s ease-out;

}
a:visited {
	color: #000 !important;
	text-decoration: none !important;
}
a:hover {
	color: #5E97B8 !important;
	text-decoration:  !important;
  transition: color .3s ease-in;
}
a:active {
	color: #000 !important;
	text-decoration: none !important;
}
.coming {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
}
.pointer{
	cursor: pointer;
}



::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: white;
  background: #2576A4;
}
