html,body{
    height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 14px;
	line-height:1.5;
	vertical-align: baseline;
	background-color:#FFE6A3;

}
@media screen and (max-width: 480px) {
html,body{
	font-size: 12px;
	line-height:1.2;

}
}


input[type="submit"],input[type="text"],input[type="tel"],input[type="button"],select, textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


a:link { color: #0000CC; text-decoration: none; }
a:visited { color: #0000CC; text-decoration: none; }
a:active { color: #0000CC; text-decoration: none; }
a:hover { color: #0066FF; text-decoration: underline; }

a:hover img {
  opacity: .75;
}
