* {	
	color: black; 
	background: white !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0 0 0 10px;
}

p {
	margin: 0 0 10px 0;
}

img {
    display: none;    
    
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}


a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11pt;
	font-weight: normal;
}

div#quick-val, div#right-vert-panel, div#left-panel-reg {
    display: none;   
}