@charset "utf-8";
/* BARDO INDUSTRIES CSS Document */
/* ------------------------------------------------------------------------------------------ */
/* HOME PAGE STYLES */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #acacac;
	color: #666666;
	font-family: Lucida Sans, Bryant, Arial Rounded MT Bold, Arial, Helvetica,  sans-serif;
	font-style: bold;
	font-size: 24px;
	}

a:link, a:visited {
	font-size: 24px;
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

a:active {
	color: #999999;
	text-decoration: underline;
	}
	
.footer_quote {
	color: #555555;
	font-size: 12px;
	text-align: center;
}
	

/* ------------------------------------------------------------------------------------------ */




