/* 
A:link { color: #9999ff; }
A:visited { color: #6699cc; }
A:active { color: #ffff66; }
*/
A:hover { color: black; }
A:focus { outline: none }

BODY {
font-family: verdana, arial, sans-serif; 
margin: 8px;
background-color: #cccccc; 
color: black;
}

#index_table {
border-width: 0px;
cell-spacing: 0px;
margin: 0px;
}

.index_cell_left {
display: table-cell;
padding: 8px;
border: 1px solid #999999;
vertical-align: top;
text-align: left;
width: 60%;
}

.index_cell_right {
display: table-cell;
padding: 8px;
border: none;
vertical-align: top;
text-align: left;
width: 40%;
padding: 0px 0px 8px 8px;
}

#thumbnail_table {
table-layout: fixed;
border-width: 0px;
cell-spacing: 0px;
margin: 0px;
}

.thumbnail_cell {
display: table-cell;
width: 100px;
padding: 8px;
text-align: center;
border: 1px solid #999999;
vertical-align: middle;
}

#large_image_cell {
display: table-cell;
width: 500px;
padding: 8px;
text-align: center;
vertical-align: top;
border: 1px solid #999999;
}

.row {
display: table-row;
}

H1 {
padding: 8px;
border: 1px solid #999999;
background-color: #dddddd;
}

.title { 
text-decoration: none;
color: black;
}

.lowHighMenu {
padding: 8px;
border: 1px solid #999999;
background-color: #dddddd;
margin-bottom: 8px;
}

.menu_items {
font-size: 120%;
font-weight: bold;
padding-top: 12px;
padding-left: 12px;
}
 
.no_border {
border: none;
}

.top {
vertical-align: top;
}

.left {
text-align: left;
}

.small {
font-size: 80%;
}

