form { margin:0px }
body > form { height:100% }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
table { empty-cells:hide }
td { padding:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }
.f-cf:before,.f-cf:after { content:" "; display:table }
.f-cf { _zoom:1 }
.f-cf:after { clear:both }
body { color:#FF0; font-family:'Montserrat', sans-serif; font-size:18px }
em { font-style:italic }
h1 { color:#FF0; font-weight:normal; font-size:40px }
h1:first-child { margin-top:0px }
h2 { color:#FF0; font-size:36px; font-weight:normal }
h2:first-child { margin-top:0px }
h3 { color:#FF0; font-weight:normal; font-size:20px }
h3:first-child { margin-top:0px }
strong { font-weight:bold }
.resizesmall { color:#FF0; font-size:16px }
.resizelarge { color:#FF0; font-size:30px }
h3.style2 { color:#FF0; font-weight:normal; font-size:18px }
h3:first-child { margin-top:0px }
.center { text-align:center }
h2.style3 { color:#FF0; font-size:36px; text-align:center; font-weight:normal }
h2:first-child { margin-top:0px }
.linktext { font-size:12px }
.white { color:#FF0 }
.linktext2 { font-size:18px; font-weight:bold; color:#FF0; }

input, select, textarea {
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: normal 20px "Decker",sans-serif;
	color: #FF0;
	.width: 100%;
	min-height: 40px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	background-color:#000;
}