@charset "ISO-8859-1";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/printers_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 8pt;
	color: #CCC;
	padding-top: 10px;
	padding-left: 10px;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: underline;
}

