#divContainer{
	position:relative; 
	width:180px; 
	height:120px; 
	overflow:hidden; 
	top:0px; 
	left:0px; 
	clip:rect(0,320,240,0); 
	visibility:hidden
} 
#divContent{
	font:normal 12px arial;
	position:absolute;
	top:0;
	left:5;
	cursor:default;
}	
.link {
	text-decoration:none;
	color:black;
}
.linkOver {
	text-decoration:none;
	color:black;
} 
.PicNameTXT
 {
 font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 20px; color: white;
 }
.TitleTXT
 {
 font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 15px; color: white;
 }
.BodyTXT
 {
 font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: black;
 }

a:link
{	
 text-decoration: none;
color: white;
}	
		
a:visited
{	
 text-decoration: none;
color: white;
}	
		
a:active
{	
 text-decoration: none;
color: white;
}	
		
a:hover
{	
 text-decoration: none;
color: black;
}	

