/* KeithUrbanFans.com CSS*/

body {
	margin: 0;
	padding: 0;
	background: #36342e;
    font-family: arial, helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	letter-spacing:-0.02em;
	color: #000000;
}

h2{
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	letter-spacing:-0.02em;
}


a:link {
	text-decoration: none;
	color: #419194;
	}
a:visited {
	text-decoration: none;
	color: #419194;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #419194;
}

h2 { color: #848074;}