/*
Design by g33k
http://www.g33k.net
*/

/* Overall */
body {
	margin: 0;
	padding: 0;
	background: url(http://billlibertytattoo.com/images/bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

/* Links */

a {
	color: #3F3C35;
	text-decoration: none;
	cursor: pointer;	
}

a:visited {
	color : #3F3C35;
	text-decoration: none;
	cursor: pointer;	
}

a:hover {
	color: #3F3C35;
	text-decoration: none;
	cursor: pointer;	
}

