body {
	margin: 7px;
	background-color: #FFE4E1;
	font-family: sans-serif;
}
#menu_cell {
	width: 200px;
	border-right: 2px solid white;
}
#current_category {
    border-color: #4169E1;
    border-style: none solid;
    border-width: 0 0 0 15px;
    padding: 0 0 0 5px;
}
.categories {
    margin-left: 7px;
    margin-bottom: 5px;
}
#picture_cell {
}
td {
}
.thumbcell {
   text-align: center;
	padding: 5px;
/* don't go below
    width: 120px;
    height: 106px;
or it is weird */
}
.wordcell {
	text-align: left;
	font-size: 11px;
	/* width: 150px; */
}
.image {
	border: 1px solid black;
}
a {
	color: #4169E1;
	font-weight: bold;
}
a.links {

}
h3.links {
	text-align: left;

}
#links {
	text-align: left;
    margin-right: 7px;
    font-size: small;
    display: block;
}
.comment_link {
	text-decoration: none;
	font-size: 10px;
}
.comment {
	text-align: left;
	font-size: 11px;
	/*border-top: 1px solid white;*/
}
.one_comment {
	padding: 3px;
	padding-top: 4px; 
	/*border: 1px solid white;*/
}
.comment_stats_link_text {
	font-size: 11px;
	text-decoration: none;
}
.comment_stats_link {
	font-size: 11px;
	padding: 5px;
	text-align: left;
}
#category_description {
	text-align: left;
	color: black;
	margin-top: 0px;
	padding: 5px;
	width: 50%;
	font-weight: bold;
}
H3 {
	margin-bottom: 3px;
	text-align: left;
	font-size: 18px;
	margin-top: 0px;
}
H1 {
	color: black;
}
.show_hide {
	text-align:left;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 30px;
}
a.show_hide {
	padding: 0px;
	text-transform: uppercase;
}
.years {
	text-align: left;
	padding: 5px 0px 0px 0px;
}
.year_links {
	font-size: medium;
	text-decoration: none;
}
#footer {
	margin-top: 15px;
	font-size: small;
	text-align: center;
}
