body, span, div, form, p, h1, h2, h3, ul, li, fieldset, label, img, td {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color: #000000;
	font-size: 13px;
  font-family: arial, verdana, helvetica;
  color: #000000;
}

img {
	border: none;

}

input {
  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}

textarea {
  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}

a:visited { text-decoration: none; color: #FFFFFF; }
a:link    { text-decoration: none; color: #FFFFFF; }
a:hover   { text-decoration: none; color: #FF8000; }

