a:link { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: underline }
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body.water {
	background-attachment:fixed;
	background-image: url("genesBarberShop_2.gif");
	/* background-attachment:fixed; */
	background-position: 250px 130px; /*Use center center in place of 300 200 to center bg image*/
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body.water1 {
	background: url("genesBarberShop_2.gif");
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 350px 130px; /*Use center center in place of 300 200 to center bg image*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.txt700 {
	font-weight: 700
}
.small_11 {
	font-size: 11px
}
.small_11_left {
	text-indent: 20px;
	font-size: 11px;
}
.small_11Bold {
	font-size: 11px;
	font-weight: 700;
}
div.margin20 { margin-left: 20px; font-size: 11px; }
div.margin16 { margin-left: 16px; font-size: 11px; font-weight: 700; }
div.margin16-13 { margin-left: 16px; font-size: 13px; font-weight: 700; }
div.margin200-16 { margin-left: 200px; font-size: 16px; }
div.margin190-16Bold { margin-left: 190px; font-size: 16px;  font-weight: 700;}
.small_11BoldLeft {
	text-indent: 16px;
	font-size: 11px;
	font-weight: 700;
}
.small_13 {
	font-size: 13px
}
.small_13Bold {
	font-size: 13px;
	font-weight: 600;
}
.underlnB {
	text-decoration: underline;
	font-weight: 700;
}
z.solid {
	border-style: solid;
	border-color: blue;
}