.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 300px;
	position: fixed;
	float: left;
	text-transform: none;
}
.pictures {
	width: 400px;
	float: right;
}
.wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}
A:visited {
	text-decoration: line-through;
}
