/* KeithUrbanFans.com CSS*/

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

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


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