html, body {
  	background: none;
	color:#000;
	width:100%;
}

h1 {
  	color:#000;
	font-size: 2em;	
}

p {
	color:#000;
}

a:after {
  content: " (" attr(href) ") ";
}

#footer {
	background:#FFF;
	color:#000;
	font-size: 80%;
	padding: 25px 0;
	text-align:center;
}

#footer a:link, #footer a:visited  {
	color:#000;
	text-decoration: none;
}

#footer a:hover, #footer a:active,#footer a:focus  {
	color:#000;
	text-decoration: none;
}