.lineHolder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	left: 200px;
	top: 200px;
	background-image: url(../line%20static/no-flash-line.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 30px;

}
.words {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	height: 171px;
	width: 225px;
	left: 240px;
	top: 210px;
}
.link {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
	position: absolute;
	height: 50px;
	width: 200px;
	left: 240px;
	top: 360px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0033AA;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0033AA;
	text-decoration: underline;
}
