.hvr-grow {     
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    text-decoration: none;
}
.hvr-grow:visited {
    color: purple;
}
.hvr-grow:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: underline;
}
.hvr-grow:active {
	color:Red;
}

DIV.Section1 {
	page: Section1
}
#weebly_page_content_container DIV.paragraph {
	
}
.btext {
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif; FONT-SIZE: 80%
}
P.sc {
	FONT-VARIANT: small-caps;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif; FONT-SIZE: 80%
	
}
img.db {
    padding:2px;
    border:1px solid DarkBlue;
    background-color:Ivory;

  }