@charset "utf-8";
/* CSS Document */
* { font-family: Arial, Helvetica, sans-serif; }
body {	
	background-image: url(images/ten_dollar_bill_green_texture.jpg);
	font-size: 1em;	
	line-height: 1.8em;	
	margin-top: 0.16em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
p {
	font-size: 16px;
	font-weight: bold;
	color: #DACA91;
	text-align:left;
	text-indent:26px;
	text-decoration: none;
}
h3 {	font-size: 1.15em;	color: #DCDCDC	}
table {	color: #DADADA;	}
td, th {	
	font-size: 1em;
	line-height: 2em;
	color: blue;
	}
.gold {	color: #DACA91;	font: bold; }
.myred { color: #CA0A0A; font: bold; }
.green {color: #00FF00; font: bold; }
.black { color: #010101; font: bold; }
.blue { color: #2A43A1; font: bold; }
.silver { color: #BABABA; font: bold; }
.purple { color: purple; font: bold; }
.white {color: #FFFFFF; font: bold; }
.smaller { font-size:13px }
#menu a {
	display:block;
	width:176px;
	height:14px;
	margin: 3px; padding:14px 12px 16px 18px;
	margin-top:8px;
	font: bold 14px/1 sans-serif;
	color:#0000FF;
	background: url("images/pixy_button_trio_176x144.png") 0px -96px no-repeat;
	text-decoration: none;
	text-align:left;
	text-indent: 4px;
	}
#menu #current {
 background-position: 0 -96px;
 color: #DACA91;
}
#menu #current a {
 background-position: 0 -96px;
 color: #ADA983;
}
#menu a:link {
	background-position: 0 0px;
	color:blue;
	}
#menu a:visited {
	background-position: 0 0px;
	color:purple;
	}
#menu a:hover {	
	background-position: 0 -48px;
	color: orange;
	}
#menu a:active {	
	background-position: 0 -48px;
	color:red;
	}
<!--090125 ca_taxdude.css-->