@charset "utf-8";
/* CSS Document */
body {
	color: #FFFFFF;
	background-image: url(images/bgHash.jpg);
	background-repeat: repeat;

}

a {
	color: #333333
	text-decoration:none;
	font-weight:bold;
	color: #CCCCCC;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline overline;
	}
	
td img {
	display: block;
	}
/* Class Styles */
.desingerTag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	}
	
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	}
