
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}

/* END OF CSS RESET */


html, body {
    
}
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #220E44;
	background: #370e54;
}
strong {
	font-weight: bold;
}
a {
	color: #f3230e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label.off {
	display: none;
}

