* { 
	margin: 0;
	padding: 0;
        font: 11px "MS Sans Serif", Geneva, Arial, Verdana, sans-serif;
/*
	font: 11px "Century Gothic", century, arial, sans-serif;
        font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
*/

}


body {
	background-color: #fff;
	background: #fff url(http://killerpimp.com/images/pimpback1.gif) repeat-y 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 50px 0 0 70px;
	width: 620px;
/*
	margin: 0 auto;
*/
	}


div {
	}
	
h1, .artistHeader {
	font: 40px Impact, Chicago, Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h2, .titleheader {
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	}
	
p {
	padding-bottom: 16px;
}


ol, ul {
	margin-left: 25px;
	padding-bottom: 16px;
}

a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
i, em {
	font-style: italic;
}
