/* xx-sources website stylesheet */

html {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #111;
	color: #fff;
	}

body {
	top: 0;
	margin: 0;
	padding: 0;
	font: 95%/1.5em verdana, sans-serif;
	text-align: center;
	}

h1 {
	font-size: 3em;
	margin: 1.5em auto;
	}

p {
	width: 35em;
	margin: 3em auto;
	}

a, a:visited {
	color: #acf;
	}
a:hover {
	color: #fa2;
	}

a img {
	border: none;
	}
