/* KeithUrbanFans.com Version 13 CSS*/

body {
	margin: 0;
font: 0.79em/1.79em 'Helvetica Neue', Helvetica, Arial, sans-serif;	/* 14 / 16 = 0.75;  21 / 12 = 1.75 */
	color: #555;
	background-image: url('http://www.keithurbanfans.com/images13/background.jpg');
	padding: 0;
}
a:link {
	color: #0da4d3;
	text-decoration: none;
	}
a, a:visited {
	color: #0da4d3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #0da4d3;
}
.main1 {
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 25px;
    color: #000;
}
.main2 {
    color: #0da4d3;
    font-weight: bold;
}
h1 { font-size: 3em; }	/* 36 / 12 = 3 */
h2 { font-size: 2em; }	/* 24 / 12 = 2 */
h3 { font-size: 1.666666666666667em; }	/* 20 / 12 = 1.666666666666667 */
h4 { font-size: 1.5em; }	/* 18 / 12 = 1.5 */
h5 { font-size: 1.333333333333333em;	/* 16 / 12 = 1.333333333333333 */ }
h6 {
	font-size: 1.166666666666667em;	/* 14 / 12 = 1.166666666666667 */
	text-transform: uppercase;
	font-weight: normal;
}