﻿body {
	color: #000000;
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}	
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
img {
    visibility: visible;
    }

/* ----- THIS SECTION OF CSS CODE WRITES OUT THE URLs OF HYPERLINKS NEXT TO THE EACH LINK -----*/
	/*
	div.container_12 a:link:after,
	div.container_12 a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	   }
	   
	div.container_12 a[href^="/"]:after {
	  content: " (http://intranet.bnl.gov" attr(href) ") ";
	   }
	 */  
	   
	
div.container_12 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
	color: black; 
	background: transparent;
	}

div#header	{
	display: none;
	}
	
div#navcontainer {
	display: none;
	}
	
	
div#footer {
	display: none;
	}
	
div.stripeSmall {
	display: none;
	}
	
	
	
	
	
/* ----- END OF PRINT STYLES ----- */