.jack {
	background-image: none;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left;
	width: 550px;
}
.text {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.smalltext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
