
/* CSS Document */

a {
	outline:none;
}
a:link {
  color:#000000;
  text-decoration:none;
  outline: none;
  }
a:visited {
  color:#000000;
  text-decoration:none;
  }
a:hover {
  color:#FF9900;
  text-decoration:none;
  }
a img {
  border-width:0;
 clear: both;
  outline: none;
}
body{
	background-color:#000;
background-image: none;
	background-repeat:repeat;
	}
