BODY {
background-color: #ffffff
}

P {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : black;
text-indent: 0%
font-size: 80%
}
H1, H2, H3, H4, H5, H6 {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : black
}
LI {
font-family :  Arial, Helvetica, sans-serif;
color : #408080;
list-style-type: none;
padding-right: 20px;
padding-left: 10px;

}
H1 {
font-size: 140%
}
H2 {
font-size: 130%
}
H3 {
font-size: 120%
}
H4 {
font-size: 100%
}

H5 {
font-size: 130%;
color : #408080
}

A:link {
color : #468C8C
}

A:vlink {
color : #468C8C
}

A:hover {
color : #B4B467
}

P.box {
border-bottom: 4px solid; border-left: 1px solid;
border-top: 1px solid; border-right: 4px solid;
padding: 4px
color : #408080;
text-indent: 0%
}

P.ridge
{
border-style:ridge;
border-width:4px;
border-color: #B4B467
}

div.ridge
{
border-style:ridge;
border-width:4px;
border-color: #B4B467;
padding: 2px 10px;
}

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

.submnu:hover span{ /*CSS for enlarged image*/
visibility: visible;
left: 170px; /*position where enlarged image should offset horizontally */
z-index: 50;
text-decoration: none;
}

a.submnu { text-decoration: none }

.hovergallery img{
-webkit-transform:scale(1.0); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1.0); /*Mozilla scale version*/
-o-transform:scale(1.0); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 1.0; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
}

.hovergallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

