body { }
p { }
td { }

a:visited { }
a:hover { }
a:active { }
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 999999;
padding: 5px;
left: -802px;
border: 1px 66ffff;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
. thumbnail a { /*CSS for enlarged image*/ 
decoration: none
}
.h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
}
.h2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666600;
}
.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 13px;
}
a {
	color: #666666;
	text-decoration: none;
}
</style>
.mad {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.highlight {
	font-family: Verdana;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
