.contBlock{
	float: left;
	border: none;
	height: 390px;
	width: 320px;
	font-size: .85em;
	padding: 0 10px;
	}
	
.contBlock a:link{
	text-decoration: none;
	color: black;
	}
	
.contBlock h4 a:link{ 
	color: teal;
	}

.contBlock a:visited{
	text-decoration: none;
	color: black;
	}

.contBlock h4 a:visited{ 
	color: teal;
	}
	
.contBlock a:hover{
  	text-decoration:  underline;
  	color: black;
  	}
  
.contBlock h4 a:hover{
	text-decoration: underline;
	color: teal;
	}
  
.contBlock a:active{
  	text-decoration:  underline;
  	color: black;
  	}

.contBlock h4 a:active{
	text-decoration: underline;
	color: teal;
	}
	
#layer1 {
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 200px; 
   	left : 150px;
   	top: 80px; 
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}

#layer2 {
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 200px; 
   	left : 150px;
   	top: 140px; 
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}
#layer3 {
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 200px; 
   	left : 150px;
   	top: 200px; 
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}