BODY {
	margin: 0;
	padding: 0;
}

BODY, TD, TH, INPUT, SELECT {
	font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
	font-size: 12px;
}


BODY {
	background: #19212a;
	// 19212a is also nice 1b1b1b
}


A {
	text-decoration: none;
	outline: none;
}

A:hover {
	text-decoration: underline;
}


H1, H2, H3, H4 {
	margin: 5px 0;
	color: #ddd;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,sans-serif
	letter-spacing: 1px;
}

H2 {
	color: #000000;
	padding: 2px 0px;
	border-bottom: 1px dotted;
}

H3 {
	color: #000000;
	padding: 2px 0px;
	border-bottom: 1px dotted;
}


#header #nav A {
	color: #aaa;
	text-decoration: none;
}

#header #nav A:hover {
	color: #eee;
}




A {
	color: #111;
	text-decoration: underline;
}

A:hover {
	color: #dddddd;
}
