body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 42px;

	background-color: #222222;
        color: #AAAAAA;
}
body.nielubi{
	width: 1000px;
	margin: 0 auto;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 50px;
	background-color: black;
}
input.i {
	font-size: 15px;
	padding: 8px;
}
input.i2 {
	font-size: 15px;	
	border: solid black 1px;
	padding: 9px;
	color: green;
}
p.big {
	font-size: 25px;
}
p.white {
	color: white;
}
a.blank {
	text-decoration: none;
}
.footer {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 500px;
    margin: 1 auto;
    height: 50px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
