BODY{
	background-color: #ffffff;
	color : #103310;
	
}
.history_event {
	font-weight : bold;
	font-style : italic;
}
.entry-title {
	font-size : 1.2em;
	font-weight : 900;
}
.entry-summary {
	font-weight: normal;
	text-decoration:none;
	color : Black;
}
.author {
	font-style : italic;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
}
.jokearea {
	background-repeat : repeat-y;
	background-color : #EBF3F5;
	padding-left : 5px;
	padding-right : 5px;
}
.joke {
	font-family :"Times New Roman", Times, serif;
	font-size : smaller;
}
.content{
	FONT-SIZE: 0.69em;
	font-family : "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1.5em 40px;
}
A{
	FONT-WEIGHT: bolder;
	COLOR: Green;
	TEXT-DECORATION: underline
}
A:hover{
	COLOR: #33CC00;
	TEXT-DECORATION: none
}
A:visited{
	COLOR: #FF9966;
	TEXT-DECORATION: underline;
}
.header {
	color : #FFFF99;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.header, A:ACTIVE.header, A:FOCUS.header, A:HOVER.header, A:LINK.header, A:VISITED.header,
.header A, .header A:ACTIVE, .header A:FOCUS, .header A:HOVER, .header A:LINK, .header A:VISITED {
	color : #FFFF99;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
p.times-button{
	margin: 16px 0 0;
	padding: 0;
	height: 24px;
	width: 150px;
	background: url(img/times-button-bg.gif) repeat-x;
}
	.times-button a{
		display: block;
		height: 24px;
		width: 164px;
		margin-right: -14px;
		border: 0;
		position: absolute;
	}
		.times-button a img{ 
			border: 0;
/*			margin-left: 20px;
			margin-top: 5px;*/
		}
table.gallery{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
	border: 0 none;
}
	table.gallery td{
		min-width: 100px;
		min-height: 100px;
		text-align: center;
		vertical-align: middle;
	}
.js-kit-rating{
	float: right
}
table.nice{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	font-size: 1em;
}
	table.nice th, table.nice td{
		padding: 0.5ex;
	}
	table.nice thead{
		font-weight: bold;
		text-align: center;
	}
		table.nice thead th{
			background: #fff url(/img/grad-yellow.jpg) repeat-x left top;
		}
		table.nice tbody .odd{
			background: #FAFBF6;
		}
		table.nice tbody .even{
			background: #F0F6F7;
		}

		table.nice tbody.past .odd{
			background: #F8F9F5;
		}
		table.nice tbody.past .even{
			background: #F4F6F7;
		}

		table.nice tbody.hot .odd{
			background: #F0F7D3;
		}
		table.nice tbody.hot .even{
			background: #D2EEF5;
		}