
	a {
		text-decoration : none;
	}
	a span {
		display: none;
	}
	a.back:hover span {
		display: block;
		position: relative;
		float: right;
		right: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: smaller;
		background-color: #DCDCDC;
		border: #DCDCDC ridge;
		color: black;
		z-index: 500;
		min-height: 25px;
		max-width: 200px;
		width: 195px;
		text-decoration: none;
	}
	img.back {
		width: 75px;
		height: 23px;
		float: left;
		border: none;
		position: relative;
		margin-bottom: 15px;
	}
		img.mona {
		float: right;
		postion: absolute;
		margin-right: 5px;
		margin-top: 0px;
		padding-right: 5px;
		right: 3px;
	}
		div.header {
		position : relative;
		margin-top : 5px;
		float: left;
	width: 305px;

	}
	div.story {
		position : relative;
		display: block;
		margin-top : -25px;
float: left;
	}
	div.footer {
		position : relative;
		margin-top : 2px;
		float: left;
	}
