html{
	
	overflow: -moz-scrollbars-vertical;
     	overflow: scroll;
}

a {
  color: #555555;   
  text-decoration: none;
}
a:hover {
  color: #555555;		
  text-decoration: none; 
}
input[type="text"]
{
  height: 15px;
  padding: 4px 6px; 
  font-size: 14px;
}
