@charset "UTF-8";

/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:7c3c16;
}
body {
	background-image: url(/bandhsigns/striped-bkg.png);
	background-repeat: repeat-x;
	background-color: #be6928;
}
.style1 {font-size: 9px}

a:link {
	color: #7c3c16;
	text-decoration: none;
}
a:hover
 {
	color: #d66f10;
	text-decoration: none;
}
a:visited
 {
	color: #7c3c16;
	text-decoration: none;
}

a:active
 {
	color: #d66f10;
	text-decoration: none;
}
