/*Reset Style*/
body {
		margin: 0; 
		padding: 0; 
		line-height: 1.4em; 
		word-spacing: 1px; 
		letter-spacing:0.2px; 
		font: 12px Garamond, Helvetica, Serif, Arial, Helvetica, "Lucida Grande"; 
		color: #000;
		background: white;
	}


.menu, .header {
	display:none;	
}

.menu {
	width: 0px;
	visibility: hidden;
}	

/*Image*/
img, img a, a {
	border:none;
}

td.highlightlightWhite {
	color:#000; 
	font-size:18px;
	font-weight: bold;
}

/* Show URL */
a:link, a:visited {
	background: transparent; 
	color:#333; 
	text-decoration:none;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div .timeline  { display: none; visibility: hidden; }