/* base font attributes */

	TD, DIV, LI, UL {
	  color:				#000000;
	  font-family:			Verdana;
	  font-size:			10pt;
	}


/* style of titles */

	.title-large {
		font-family: Verdana;
		font-size: 12pt;
		font-weight: bold;
	}

	.title-medium {
		font-size: 10pt;
		font-weight: bold;
	}

	.title-small {
		font-size: 8pt;
		font-weight: bold;
		color: #494949;
	}


/* style of text */

	.text-small {
		font-size: 8pt;
	}

	.joke-preview {
		font-family: Verdana;
		font-size: 12px;
		color: #333333;
	}

}

A:hover   {
	color: #0000FF; background: #8BEDEC
}


/* table colors */

	.dark {
		background-color:	#BCD9FF;
	}
	.light {
		background-color:	#EEEAEA;
	}
	.lighter {
		background-color:	#EAF4FF;
	}
	.border {
		background-color:	#315BD6;
	}
