/* style for links in menu */

body.index {
display:block;
margin-left:15px;
background-image: url(./gallery/paper.gif);
}

div.strong {
display:block;
width:150px;
margin:15px 0px 2px 0px;
font-size:10pt;
font-weight:bold;
}

div.stronger {
display:block;
width:150px;
margin:15px 0px 2px 0px;
font-size:12pt;
font-weight:bold;
}

span.sml {
font-size:8pt;
}

.toggleButton {
display:inline;
width:15px;
height:18px;
font-size:6pt;
vertical-align:top;
cursor:pointer;
}

div.strongest {
display:block;
width:150px;
margin:15px 0px 2px 0px;
font-size:16pt;
font-weight:normal;
}

a:link,a:active,a:visited {
display: block;
width:160px;
border-bottom: 1px solid black;
border-left: 0px solid black;
font-family:arial,sans-serif;
font-size:8pt;
padding-left:4px;
text-decoration: none;
color:black;
background:#e3e3e3;
}

a:hover {
display:block;
width:160px;
border-bottom: 1px solid black;
border-left: 0px solid black;
font-size: 8pt;
padding-left: 4px;
text-decoration: none;
color:black;
background:white;
}

