*
{
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}



/* hide these classes when printing */
.Leftnav,
.headertable,
#headertable,
.footertable,
#footertable,
.noprint,
#noprint,
.blacktopbotttom,
#blacktopbotttom,
.linkBox,
#linkBox {
	display: none;
}


/* Make text black for legibility */
.standardtext,
.bulletype,
.headertext {
	color: #000000;
	font-size: 10px;
	font-type: arial, verdana;
}

/* Make Figure and Ref text bigger and black for legibility */
.ref,
.fig {
	color: #000000;
	font-size: 12px;
}


/* Prettier printing - set width of text block to 100% */
.articletext,
.maincontent {
	color: #000000;
	width: 100%;
}

/* Make links identifiable */
a:link, 
a:visited {
	color: #520000;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}

/* Get rid of major box borders (but not internal boarders) */
.toctable,
.navbox,
.notopborder,
.nobottomborder,
.infoboxborder,
.bottomonly {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* Unfloat floated elements to get around funky printing problem */
.floatLeft,
.floatRight {
	float: none;
	text-align: center;
	display: block;
}

/* Used for fancy formatting of links - but this is unnecessary for EHP's site */
/* a:link:after, a:visited:after { */
/*    content: " (" attr(href) ") "; */
/*    font-size: 90%; */
/* } */
/*  */
/* a:not([href^="http://"]):after, */
/* a:not([href~="mailto:"]):after, */
/* a:not([href~="ftp://"]):after,  */
/* a:not([href~="https://"]):after { */
/*   content: " (http://ehp.niehs.nih.gov/" attr(href) ") "; */
/* } */
/*  */
/* a[href^="/"]:after { */
/*   content: " (http://ehp.niehs.nih.gov" attr(href) ") "; */
/* } */
/*  */
