* { font-size:14px; font-family: verdana; color: white;  touch-action: manipulation;}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background: #202020;
}

a:link {
	text-decoration: none;
	color: #33CC00;
}
a:visited {
	text-decoration: none;
	color: #33CC00;
}
a:hover {
	text-decoration: none;
	color: #CCFF00;
}
a:active {
	text-decoration: none;
}

input,button,select,option {
	color: black;
}

