<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
	border: none;
}
.wrapper{
    font-family: Verdana;
    font-size:11px;
    width:500px;
    height:400px;
    position:relative;
    margin-top:50px;
    left: 0px;
}
.images_nuts img{
    display:none;
    position:absolute;
    left:5px;
    top:140px;
	width: 500px;
	height: 400px;
	border: 6px solid #6F0;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 30px 0px #6F0;
	-webkit-box-shadow: 0px 0px 30px 0px #6F0;
	-moz-box-shadow: 0px 0px 30px 0px #6F0;
}
.title_nuts{
    width:998px;
    margin: 40px 0px 0px 0px; 
    text-align:center;
	color: #66FF00;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;	
	font-family: Verdana, Geneva, sans-serif;
    text-shadow:-1px 1px -1px #000000;	
}

#syllabus_grid{
	width: auto;
	float: left;
	margin: 0px auto;
	text-align: center; 
	margin: -15px 0px 0px -250px;
}

#syllabus_grid a{
	text-decoration: none;
}

#syllabus_grid_top{
	width: 998px;
	float: left;
	margin: 0px auto;
	text-align: center; 
	margin: 0px 0px 15px 75px;
}

#grid1,#grid2,#grid3,#grid4,#grid5{
	margin: 0px 87px 500px 0px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	float: left;
	border: 1px solid #6F0;
	border-radius: 10px;
	background: url(../../images/whatgrows_bg.png) no-repeat;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #000;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
}

#grid1 p, #grid2 p, #grid3 p, #grid4 p, #grid5 p{
    text-align:center;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	display: none;
}

#grid1:hover p, #grid2:hover p, #grid3:hover p, #grid4:hover p, #grid5:hover p{
    text-align:center;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

#grid1:hover img, #grid2:hover img, #grid3:hover img, #grid4:hover img, #grid5:hover img{
	display: none;
}</pre></body></html>