html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: arial;
	overflow: hidden;
}

a
{
	cursor: pointer;
  color: white;
  text-decoration: none;
}

img
{
    border: none;
}

label
{
    color: #ffffff;
    float: left;
    width: 150px;
    display: block;
}

ul
{
	list-style: none;
}

li
{
	list-style: none;
}

