td {
	font-size: 10px;
	font-family: verdana;
}

td.joke {
	font-size: 11px;
	font-family: verdana;
	text-align: justify;
	padding: 5px 10px 5px 10px;
}

a.menu {
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	color: #CB0000;
	font-weight: bold;
}

a.menu:hover {
	font-size: 10px;
	font-family: verdana;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

a.comments {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	color: #3366CC;
	font-weight: none;
}

a.comments:hover {
	font-size: 11px;
	font-family: verdana;
	text-decoration: underline;
	color: #CB0000;
	font-weight: none;
}

a.title {
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	color: #3366CC;
	font-weight: bold;
}
a.title:hover {
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.quote {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #888888;
	color:#888888;
}

h1 {
	font-size: 22px;
}
