

A {
text-decoration:none
}
A:link {
	COLOR: #336633
}
A:visited {
	COLOR: #660000
}
A:active {
	COLOR: #996600
}
BODY {
	BACKGROUND-IMAGE: url(mollybackground.jpg);COLOR: #000000; BACKGROUND-COLOR: #b0c4ed; FONT-FAMILY: "Palotino Linotype"
}


BODY {
	 font-family: "Palotino Linotype"
}


H1 {
	FONT-WEIGHT: bold; FONT-STYLE: normal; FONT-FAMILY: "Palotino Linotype"
}
H2 {
	FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Palotino Linotype"
}
H3 {
	FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Palotino Linotype"
}
H4 {
	FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Palotino Linotype"
}
H5 {
	FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Palotino Linotype"
}
H6 {
	FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Palotino Linotype"
}

HR {
	COLOR: #000000; HEIGHT: 2px
}

IMG.thumbnail {
	BORDER-RIGHT: #778867 3px solid; BORDER-TOP: #778867 3px solid; BORDER-LEFT: #778867 3px solid; BORDER-BOTTOM: #778867 3pxsolid;		padding: 20 px;
	float: left;
}

IMG.testimonial{
	padding: 20 px;
	float: left;
}



IMG.thumbnail2{
position: relative;
z-index: 0;

}

IMG.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}


IMG.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000 px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}


