html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	color: #ff0036;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}

body {
	color: #030101;
	font-family: Helvetica, Arial, sans;
	font-size: 1em;
	max-width: 98%;
	margin-left: 20px;
	word-break: break-all;
	top: 20px;
	position: absolute;
}

div{
}

h1 {
	font-size: 2.5em;
	width: auto;
	margin-bottom: 10px;
}

	h1 .highlight {
	color: #000000;
}

h2 {
	color:  #d6d6d6;
	font-size: 1.8em;
	text-transform: lowercase;
}

input{
	width: 75px;
}

li {
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0 5px 0 0;
}


#footer {
	color: #111111;
	font-size: 0.8em;
	margin-top: 40px;
	padding: 3px 10px 0 0;
	bottom: 0;
}

#header {
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#needle{
	display: none;
}

.content{
	margin-top: 10px;
}

.highlight {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.01em;
	display: inline;
	color: #ff0036;
}

.text{
	font-size: 0.8em;
	height: auto;
	line-height: 1.2;
}

.en{
	width: 300px;
}
