html {
	background-color:black;
	color:white;
	width:320px;
}

body {
	padding:4px;
}

h1 {
	size:24px;
	font-weight:bold;
}

a, a:hover, a:visited, a:active {
	color:yellow;
}
