/* photo album */

#thumb {
text-align: center;
}

#thumb img {
margin: 5px;
padding: 7px;
border: 1px solid #cccccc;
}

#thumb a:hover img {
padding: 7px;
border: 1px solid #999999;
}   

#pageselectors {
clear: both;
text-align: center;
line-height: 3em;
color: #555555
}

/* tables */

table.styled { 
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
padding: 0;
}

table.styled td {
padding: 3px 10px 3px 3px;
}

table.styled th { 
font-weight: bold;
text-align: left;
color: #5e9103;
border-bottom: 1px solid #cccccc;
}