body
{ 
background-color: #FFFFFF;
background-image: url(shroom_logo.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: bottom right;
}
.p {
	font-family: Verdana;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
}
.p2 {
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 0px 2px 2px;
}
a:link {text-decoration: underline;color: #666666;}
a:visited {text-decoration: underline;color: #666666;}
a:active {text-decoration: underline;color: #666666;}
a:hover {text-decoration: none; color: red;}

.items p {display: none}
.items p:target {display: block}
.week {
    top: 35px;
	left: 466px;
	width: 184px;
	background-color: #CCCCCC;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
}
.info {
	background-color: #CCCCCC;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 35px;
	left: 266px;
	width: 184px;
	position: absolute;
}
.last {
	background-color: #CCCCCC;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 35px;
	left: 66px;
	width: 184px;
}
.play {
	background-color: #CCCCCC;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 35px;
	left: 666px;
	width: 184px;
}