/* CSS Document */

body {
	margin:0px; background-image: url('http://www.taxliensdirect.com/gfx20/bg.jpg');
	background-color: #CCCDD1;
	background-repeat: repeat-x;
	
}
.maintext {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

.em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt; font-style:italic;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #F2010A;
}
.footer {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a:link {
	color: #3333CC;
	text-decoration: underline;
}
a:visited {
	color: #3333CC;
	text-decoration: underline;
}
a:hover {
	color: #33CCFF;
	text-decoration: none;
}
a:active {
	color: #3333CC;
}

