* {
	font-family:Arial;
}

a, a:visited, a:hover {
  color:white;
}

body {
 background-color:black;
 color:white;
}

#developer_credit {
  background:none repeat scroll 0 0 #232323;
  color:grey;
  font-size:10px;
  padding:18px 25px 18px 0;
  text-align:right;
}

#developer_credit, #developer_credit a, #developer a:visited {
  color:grey;
  text-align:right;
  text-decoration:none;
}
#developer_credit a:hover {
  text-decoration:underline;
}