/* Base styles */
body {
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	cursor: url(../images/kx2.cur),auto;
	background-image: url(../images/logos/kx2-3.gif);
}

body.normal{
	margin:7px;
}
li{
	margin: 7px;
}
p{
	margin : 10px;
}
h1{
	font-family: Lithograph,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
pre{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
}
/*header for keywords in the body that I want small, and hidden*/
h1.forkeywords{
color : black;
font-size : 3pt;
}

h2{
	color : teal;
	text-align : center;
}
h3{
	line-height : 5px;
	margin : 7px;
}
/*For all tables to start, others may override*/
table {border-collapse: collapse;}
table.normal{
	margin : 7px;

}
td {
	padding : 2px 5px 2px 5px;

}
td.normal{
	border: thin solid Blue;
	text-align : center;
	font-size : x-small;
}
td.normal2{
	border: thin solid Blue;
	text-align : left;
	font-size : x-small;
}
th{
	text-align : center;
	padding : 5px;
}
/*COLOR SCHEMES GROUPED HERE*/
/* For links visited and links */
hr,body{color:blue;}
hr{
	margin : 7px;	
}

/* For links visited and links */
A:visited{
	color : #99FFCB;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:link{
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:hover {
	color: Green;
	text-decoration:none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*cursor: url(../images/kx2-link.cur);*/
}

/*Styles for the table that makes the banner*/
table.banner{
	border : none;
	border-bottom-color : Silver;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-collapse : collapse;
}
td.banner {
	padding : 0;
}

font.lastMod{
	font-size: 7pt;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}
td.footer {
	font-size : 5pt;
	letter-spacing: 1.5pt;
}
font.joke_highlite{
	background-color : #ffff66;
	font-weight : bold;
}
font.joke_highlite2{
	background-color : Lime;
	font-weight : bold;
}
td.joke_stats{
	font-size: 12px;
	font-family : Lithograph,serif;
	text-align : center;
}
p.joke_highliteNumber{
	color : #ffff66;
}

