/* CSS Document */
.body
{
background-image:url(images/bg.gif);
}
.table
{border-bottom:#EFEFEF thin ;
border-right:#EFEFEF thin ;
}
h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #069;
}
#cats {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#cats #cat_box {
	width: 250px;
	text-align: center;
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #088A44;
	
	margin: 10px;
	background-color: #E9E9E9;
	padding: 5px;
}
#cats #cat_box a {
	color: #4E85C5;
	font-size: 14px;
}

