body {
	background-color: black;
	font-family: verdana, sans serif;
        font-size: 20px;
        font-weight: normal;
        color: #878787;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
  color: #cecece;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:active {
  color: white;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
  width: auto; 
  height: auto;
}
