BODY {
background-color: #ffffff
}

P {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #408080;
text-indent: 2%
}
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: 30pt;
}
H2 {
font-size: 130%
}
H3 {
font-size: 120%
}
H4 {
font-size: 110%
}

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 }

