@charset "utf-8";
/* CSS Document */

body.blackbg
{
	background-color: #000;
}

table.litter
{
	/*border: 1px solid white;*/
	margin:1% 15%;
	width:70%;
	font-style:normal;
	padding:10px;
}

.wthBorder
{
	border: 1px solid white;	
}

.redText
{
	color:red;
}

.yellowText
{
	color:yellow;
}

.greenText
{
	color:green;	
}

.blueText
{
	color:#00F;
}

.whiteText
{
	color:#FFF;
}

td.slideShowImage
{
	width:650px;
	height:400px;
}

td.litterImage
{
	width:300px;
	height:300px;
}

td
{
	padding:10px;
}

.font24bold
{
	font-weight:bold;
	font-size:24px;
}
.lightBlue
{
	color:#09F;
}
.Ugold
{
	color:#990;
	text-decoration:underline;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

.litterText
{
	color:#FFFCCC;
	font-family:Verdana, Geneva, sans-serif;	
}

.kittenText
{
	width:70%;
}

/* CSS rules
	Object oriented inheritance
	- in the html, you can include more than one class like this:
		class="clase1 class2", this will use all of the defenitions 
	  	defined in class1 and class2. 

*/