#html {
	color:#fff;
	font-size:14px;
	text-shadow:1px 1px 1px #000;
	line-height:1.4em;
}
h1 {
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	text-shadow:1px 1px 1px #000;
	padding:0;
	margin:0 0 20px 0;
}

a:link,
a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}