body {background-color:rgb(60,200,0); background-image:url('flowers.png');
	background-repeat:repeat-y; background-position: right; background-attachment:fixed;
	font-size:100%;
	}
	div.foot {
				text-decoration: none;
				letter-spacing:2px; font-size:0.575em;
				color: rgb(150,200,60);
				}

	div.foot > a:link {text-decoration:none;color:rgb(200,200,60);}
	div.foot > a:visited {text-decoration:none;color:rgb(200,200,60);}
	div.foot > a:hover {text-decoration:none;color:rgb(256,180,60);}
	div.foot > a:active {text-decoration:none;color:rgb(200,60,180);}
	
	td > a:link {text-decoration:none;color:rgb(100,200,60);}
	td > a:visited {text-decoration:none;color:rgb(100,200,60);}
	td > a:hover {text-decoration:none;color:rgb(0,80,0);}
	td > a:active {text-decoration:none;color:rgb1(100,60,180);}


	#aa {	display: inline-block; width: 100px; height: 100px;
		background: url("1.png") no-repeat 0 0; float:center;}
	#ab {	display: inline-block; width: 100px; height: 100px;
		background: url("2.png") no-repeat 0 0; }
	#ac {	display: inline-block; width: 100px; height: 100px;
		background: url("3.png") no-repeat 0 0; }
	#ad {	display: inline-block; width: 100px; height: 100px;
		background: url("4.png") no-repeat 0 0; }
	#ae {	display: inline-block; width: 100px; height: 100px;
				background: url("5.png") no-repeat 0 0; }
			
		#ab:hover {background-position: 0 -100px;}
		#ac:hover {background-position: 0 -100px;}
		#ad:hover {background-position: 0 -100px;}
		#ae:hover {background-position: 0 -100px;}

		#aa span {display: none;}
		#ab span {display: none;}
		#ac span {display: none;}
		#ad span {display: none;}
		#ae span {display: none;}

	div.content {padding-left:170px; margin-left:0px; margin-top:0px;}
	h1.head {
		padding:0px 0px 0px 0px; 
		margin-left:0px; margin-top:10px; margin-bottom:8px;
		font-weight:900; font-family: "Gill Sans", Futura, "Century Gothic", Arial, sans-serif; 
		height: 26px; font-size:2.3em;
		display:inline-block;
		color: rgb(30,80,10);}
	div.rest {
		width:500px;
		font-size:0.79em;
		padding:15px; margin:0px 0px 30px 2px;
		background-color: rgb(162,256,112);
		color: rgb(30,80,10);
		font-family: "Gill Sans", Futura, Britannic, Arial, sans-serif; text-align:justify;
		border:5px solid rgb(30,80,10);
		display:table;}

	div.rest > a {color: rgb(50,170,90);}

img.cover
  {
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:.85;
  width: 100px;
  height: 100px;
  border: 2px solid rgb(60,200,0);
  padding-top:0px;
  vertical-align:baseline;
  }
img.cover:hover
  {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  }
