html {
  padding:0px;
  margin:0px;
}


body {
	  background-color: #000;
	  font:12px, Verdana, Arial, SunSans-Regular, Sans-Serif;
	  color:#fff;
	  padding:0px;
	  margin:0px;
}


a:link {
	text-decoration: none;
	/*font-weight: bold;*/
	color:  #fff;
	}
a:visited {
	text-decoration: none;
	color:  #ccc;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
