img {
	border: none;
}

.content {
	position: absolute;
	top: 30px;
	left: 70px;
	width: 600px;
	color: #F2EFF7;
	font: 1em/1.2em Garamond, Times, serif;
	font-weight: bold;
	
}

.invis {
	visibility: hidden;
	height: 0;
	width: 0;
}

a, a:link {
	color: #E0E059;
	text-decoration: none;

} 

a:hover, a:active {
	color: #FFE;
	background: transparent;
	text-decoration: underline;

}

.smaller {
	font: .9em/1em Garamond, Times, serif;
}