BODY {
	background-color: #7A99C1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main {
	border: 0px;
	width: 100%;
	height: 95%;
	vertical-align: middle;
}

TABLE.joke {
	background-color: #fafafa; 
	border: solid;
	border-color: lightsteelblue;
	border-width: 2px;
}

TABLE.holder {
	border: 0px;
	align: center;
}

.wsmall {
	font-size: 14px;
	color: white;
}

.title {
	color: white;
	font-size: 17px;
	font-weight: bold;
}

.time {
        color: white;
        font-size: 17px;
}

.white {
	color: white;
	font-size: 12px;
}

.small {
	color: white;
	font-size: 9px;
}

A {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

A:hover {
	text-decoration: underline;
}

A:visited {
	color: #fafafa;
}

A.intext {
	color: darkblue;
}

A.intext:hover {
	color: red;
}

A.intext:visited {
	color: darkred;
}

A.small {
        color: white;
        text-decoration: none;
        font-weight: normal;
	font-style: normal;
        font-size: 9px;
}

A.small:hover {
        text-decoration: underline;
}

A.small:visited {
        color: #fafafa;
}

A.t11 {
        color: white;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        font-size: 11px;
}

A.t11:hover {
	text-decoration: underline;
}

A.sendfriend {
        color: darkblue;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        font-size: 11px;
}

A.sendfriend:hover {
        text-decoration: underline;
}

A.sendfriend:visited {
        color: darkblue;
}

A.t12 {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
}

A.t12:hover {
        text-decoration: underline;
}

