.popbox {	width: 500px; 
		height: 250px; 
		overflow-y: scroll;
		font-family: Verdana, sans-serif;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: small;
		line-height: 2em;
		word-spacing: normal;
		letter-spacing: normal;
		text-decoration: none;
		text-transform: none;
		text-align: left;
		text-indent: 0ex;
		}

.typing {
	width: 408px; 
	height: 20px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

img {  border-style: none; }

a.here:link { 
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: larger;
	color: blue; 
	text-decoration: none;
}
a.here:visited { 
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: larger;
		color: blue;
	text-decoration: none;
}
a.here:hover { 
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: larger;
		color: black;
	text-decoration: none;
}
a.here:active { 
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: larger;
		color: black;
	text-decoration: none;
}