/* CSS Document */
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
color: #000000; 
background-color: #FFFFFF; 
} 

a { 
  text-decoration : underline; 
  color : #0000ff; 
}
div#wrapper {
	visibility: hidden;	
}
img {
visibility: hidden;
}
div#text{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	position: absolute;
	top: 99px;
	right: 0px;
	left: 128px;
	z-index: 100;
	visibility: visible;
	overflow: auto;
	height: 800px;
	width: 329px;
	text-align: justify;
	padding-right: 25px;
}
