/* Copyright (c) 2005 Pennsylvania Institute of CPAs */

/* Import style.css */

@import url("style.css");

/*Turn off image replacement */
body * {
		text-indent:0 !important;;
		background-image:none !important;;
		}
		
#whatis p {
	width:190px;
	}
#askfindhire h2	a {
		padding:0;
		}
	
#youneed em {
		color:#599857;
		padding:0;
		}
/*Print out URLs 
a:after, a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size:10px;
	font-weight:normal;
	color:#eee;
	text-transform:lowercase;
	text-decoration:none;
	}*/