/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color: black;
}
body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	background-color: black;
	color: white;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 12px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:courier new, courier, monospace;;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

div#headLinks {
	position: absolute;
	left:  30px;
	top:  15px;
}

div#headLinks h1 a, div#headLinks h1 a:visited, div#headLinks h1 a:hover{
	color: white;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

