/* Cascading Style Sheet - www.intertecnollc.com */
/* $Id: print.css,v 1.2 2006/08/28 03:52:15 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: left;
	margin: 10px;
	padding: 0;
	color: #000;
	background: #fff;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 4px 0 10px 0;
}


/* ******************************************************************************* */
/* text */

p {
	text-align: left;
	margin-left: 20px;
}

ul, ol, blockquote {
	text-align: left;
	margin-left: 20px;
}


/* ******************************************************************************* */
/* links */

/* put url after link text instead of underlining */
a:link, a:visited {
	background-color: #fff; 
	color: #000; 
	text-decoration: none;
}

a[href]:after {
	content: " [" attr(href) "]";
}



/* ******************************************************************************* */
/* expand acronyms and abbreviations */

/* instead of a dotted border, put title of acronym/abbreviation after text */
acronym, abbr {
	border: 0;
}

acronym:after {
	content: " (" attr(title) ")";
}

abbr:after {
	content: " (" attr(title) ")";
}


#container {
	text-align: left;
}

#header {
	text-align: left;
}

#footer {
	text-align: left;
}

#nav {
	display: none;
}

#footer ul {
	display: none;
}

