/* CSS Document */

BODY, TABLE, TD, DIV
{
	color: #76756F;
}

A
{
	color: #2565B0;
	text-decoration: underline;
}

A:hover
{
	color: #2565B0;
	text-decoration: none;
}

td.title_bak
{
	background-image: url(/images/subpages/humor_title_dot_bak.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E9EE52;
}

span.page_title
{
	font-size: 36px;
	color: #FEFCF9;
	font-weight: bold;
}

span.page_subtitle
{
	font-size: 14px;
	color: #FEFCF9;
	font-weight: bold;
}

td.nav_left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9F9445;
}

td.nav_top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9F9445;
}

td.nav_right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9F9445;
}

td.nav_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9445;
}